diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-09-07 11:54:02 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-09-07 11:54:02 +0000 |
commit | a37f343a57476e5e909624c26fe15faa38a485e5 (patch) | |
tree | 77c9aaaa313c068c224b9092ceb1e10581f153d6 /app/views/attachments | |
parent | 6743f29ae2c00a199e47ddf53e8172ef9e2a025a (diff) | |
download | redmine-a37f343a57476e5e909624c26fe15faa38a485e5.tar.gz redmine-a37f343a57476e5e909624c26fe15faa38a485e5.zip |
Replaces two more occurences of del and attachment icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23034 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/attachments')
-rw-r--r-- | app/views/attachments/edit_all.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/attachments/edit_all.html.erb b/app/views/attachments/edit_all.html.erb index 47ecc6a02..2b611ebaf 100644 --- a/app/views/attachments/edit_all.html.erb +++ b/app/views/attachments/edit_all.html.erb @@ -11,7 +11,7 @@ <% @attachments.each do |attachment| %> <tr> <td colspan="2"> - <span class="icon icon-attachment"><%= attachment.filename_was %></span> + <span class="icon icon-attachment"><%= icon_with_label('attachment', attachment.filename_was) %></span> <span class="size">(<%= number_to_human_size attachment.filesize %>)</span> <span class="author"><%= attachment.author %>, <%= format_time(attachment.created_on) %></span> </td> |