diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-09-08 17:23:06 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-09-08 17:23:06 +0000 |
commit | dfc5b2a13bdfaedcb7be9722f19df1e5ce008a81 (patch) | |
tree | e877142841712fab35d9c8d3c5c96a740ddfc527 /app/views/common | |
parent | 00cc5f744086651874e4a4f52774eb406d2f4e01 (diff) | |
download | redmine-dfc5b2a13bdfaedcb7be9722f19df1e5ce008a81.tar.gz redmine-dfc5b2a13bdfaedcb7be9722f19df1e5ce008a81.zip |
Replaces various icons with SVG icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23039 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/common')
-rw-r--r-- | app/views/common/error.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/error.html.erb b/app/views/common/error.html.erb index 04b4b0377..4a7e2bf0c 100644 --- a/app/views/common/error.html.erb +++ b/app/views/common/error.html.erb @@ -5,7 +5,7 @@ <% end %> <% if @archived_project && User.current.admin? %> - <p><%= link_to l(:button_unarchive), unarchive_project_path(@archived_project), :method => :post, :class => 'icon icon-unlock' %></p> + <p><%= link_to icon_with_label('unlock', l(:button_unarchive)), unarchive_project_path(@archived_project), :method => :post, :class => 'icon icon-unlock' %></p> <% end %> <p><a href="javascript:history.back()"><%= l(:button_back) %></a></p> |