summaryrefslogtreecommitdiffstats
path: root/app/views/projects
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-09-20 03:08:08 +0000
committerGo MAEDA <maeda@farend.jp>2020-09-20 03:08:08 +0000
commit0a5c96472a0f95fde290fda9b38de5947a34df32 (patch)
tree2f66fbf8ca3c98e075100939f7d59c7597dda074 /app/views/projects
parent681dc5cdf594d1f9d73d0fc16a3cf51dc861fc31 (diff)
downloadredmine-0a5c96472a0f95fde290fda9b38de5947a34df32.tar.gz
redmine-0a5c96472a0f95fde290fda9b38de5947a34df32.zip
Show an icon for a bookmarked project in the projects list (#33908).
Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20051 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/index.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb
index 051bc0561..adf6b868f 100644
--- a/app/views/projects/index.html.erb
+++ b/app/views/projects/index.html.erb
@@ -21,6 +21,7 @@
<% if User.current.logged? %>
<p style="text-align:right;">
<span class="icon icon-user my-project"><%= l(:label_my_projects) %></span>
+<span class="icon icon-bookmarked-project"><%= l(:label_my_bookmarks) %></span>
</p>
<% end %>