|
|
@ -63,7 +63,6 @@
|
|
|
|
<%= @project.name %>
|
|
|
|
<%= @project.name %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="margin-left: 20px;">
|
|
|
|
<div style="margin-left: 20px;">
|
|
|
|
<span class="icon-fav icon"></span>
|
|
|
|
|
|
|
|
<% unless User.current.member_of? @project %>
|
|
|
|
<% unless User.current.member_of? @project %>
|
|
|
|
<span class="icon-fav icon"></span><%= watcher_link(@project, User.current) %>
|
|
|
|
<span class="icon-fav icon"></span><%= watcher_link(@project, User.current) %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|