delete the icon show about course
This commit is contained in:
parent
8082bb456f
commit
2bd110c550
|
@ -52,6 +52,7 @@
|
||||||
<div class="info_font" style=" word-wrap: break-word; word-break: break-all">
|
<div class="info_font" style=" word-wrap: break-word; word-break: break-all">
|
||||||
<%= @project.name %>
|
<%= @project.name %>
|
||||||
</div>
|
</div>
|
||||||
|
<%if User.current.login?%>
|
||||||
<% unless @course.teacher.id == User.current.id%>
|
<% unless @course.teacher.id == User.current.id%>
|
||||||
<!-- <%= image_tag "/images/sidebar/add.png" %>
|
<!-- <%= image_tag "/images/sidebar/add.png" %>
|
||||||
<%= image_tag "/images/add.png" %> -->
|
<%= image_tag "/images/add.png" %> -->
|
||||||
|
@ -64,6 +65,7 @@
|
||||||
<span class="icon-fav icon"></span><span>
|
<span class="icon-fav icon"></span><span>
|
||||||
<%= watcher_link(@project, User.current) %></span></div>
|
<%= watcher_link(@project, User.current) %></span></div>
|
||||||
<% end %></td>
|
<% end %></td>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue