diff options
author | Go MAEDA <maeda@farend.jp> | 2019-05-14 09:26:57 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-05-14 09:26:57 +0000 |
commit | f1d10edf8157cdddbae29880a744ee7359046acc (patch) | |
tree | 6a600792d510a7af0b16c0b853d9998e2d6f07d5 /app/views | |
parent | 43e144ae852c614ce2965e317a2f25f382225bc3 (diff) | |
download | redmine-f1d10edf8157cdddbae29880a744ee7359046acc.tar.gz redmine-f1d10edf8157cdddbae29880a744ee7359046acc.zip |
Swaps out the icon-fav for icon-user on projects#index (#31356).
Patch by Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@18164 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index 0f699589e..13e3332c3 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -20,7 +20,7 @@ <% if User.current.logged? %> <p style="text-align:right;"> -<span class="icon icon-fav my-project"><%= l(:label_my_projects) %></span> +<span class="icon icon-user my-project"><%= l(:label_my_projects) %></span> </p> <% end %> |