diff options
Diffstat (limited to 'app/views/attachments/edit_all.html.erb')
-rw-r--r-- | app/views/attachments/edit_all.html.erb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/attachments/edit_all.html.erb b/app/views/attachments/edit_all.html.erb index de089eae5..47ecc6a02 100644 --- a/app/views/attachments/edit_all.html.erb +++ b/app/views/attachments/edit_all.html.erb @@ -1,4 +1,6 @@ -<h2><%= l(:label_edit_attachments) %></h2> +<h2> + <%= safe_join([link_to_attachment_container(@container), l(:label_edit_attachments)].compact, ' ยป ') %> +</h2> <%= error_messages_for *@attachments %> |