|
|
@ -62,7 +62,8 @@
|
|
|
|
<div class="info-course">
|
|
|
|
<div class="info-course">
|
|
|
|
<%= @project.name %>
|
|
|
|
<%= @project.name %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="text-align: center;">
|
|
|
|
<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 %>
|
|
|
|