##// END OF EJS Templates
Grey scale icon for issue not watched....
Jean-Philippe Lang -
r464:4499c7a030a0
parent child
Show More
@@ -57,7 +57,7 end %>
57 <% if @issue.watched_by?(@logged_in_user) %>
57 <% if @issue.watched_by?(@logged_in_user) %>
58 <%= link_to l(:button_unwatch), {:controller => 'watchers', :action => 'remove', :issue_id => @issue}, :class => 'icon icon-fav' %>
58 <%= link_to l(:button_unwatch), {:controller => 'watchers', :action => 'remove', :issue_id => @issue}, :class => 'icon icon-fav' %>
59 <% else %>
59 <% else %>
60 <%= link_to l(:button_watch), {:controller => 'watchers', :action => 'add', :issue_id => @issue}, :class => 'icon icon-fav' %>
60 <%= link_to l(:button_watch), {:controller => 'watchers', :action => 'add', :issue_id => @issue}, :class => 'icon icon-fav-off' %>
61 <% end %>
61 <% end %>
62 <% end %>
62 <% end %>
63 <%= link_to_if_authorized l(:button_move), {:controller => 'projects', :action => 'move_issues', :id => @project, "issue_ids[]" => @issue.id }, :class => 'icon icon-move' %>
63 <%= link_to_if_authorized l(:button_move), {:controller => 'projects', :action => 'move_issues', :id => @project, "issue_ids[]" => @issue.id }, :class => 'icon icon-move' %>
@@ -159,6 +159,7 vertical-align: middle;
159 .icon-stats { background-image: url(../images/stats.png); }
159 .icon-stats { background-image: url(../images/stats.png); }
160 .icon-warning { background-image: url(../images/warning.png); }
160 .icon-warning { background-image: url(../images/warning.png); }
161 .icon-fav { background-image: url(../images/fav.png); }
161 .icon-fav { background-image: url(../images/fav.png); }
162 .icon-fav-off { background-image: url(../images/fav_off.png); }
162
163
163 .icon22-projects { background-image: url(../images/22x22/projects.png); }
164 .icon22-projects { background-image: url(../images/22x22/projects.png); }
164 .icon22-users { background-image: url(../images/22x22/users.png); }
165 .icon22-users { background-image: url(../images/22x22/users.png); }
General Comments 0
You need to be logged in to leave comments. Login now