Merge branch 'develop' of https://git.trustie.net/jacknudt/trustieforge into develop
This commit is contained in:
commit
0d7e9d4f9b
|
@ -41,11 +41,11 @@
|
|||
<div style="width:1000px; margin: 5px auto;">
|
||||
<p class="sy_cgrey">
|
||||
位置:
|
||||
<%= link_to "尹刚", :class => 'sy_cgrey' %>
|
||||
<%= link_to User.current, user_path(User.current.id), :class => 'sy_cgrey', :target => '_blank' %>
|
||||
>
|
||||
<%=link_to "课程", :class => 'sy_cgrey' %>
|
||||
>
|
||||
<%=link_to "课程名称", :class => 'sy_cgrey' %>
|
||||
<%= link_to '课程', user_courselist_user_path(User.current.id), :class => "sy_cgrey", :target => '_blank' %>
|
||||
>
|
||||
<%= link_to @syllabus.title, syllabus_path(@syllabus.id), :class => "sy_cgrey" %>
|
||||
</p>
|
||||
</div>
|
||||
<div class="sy_contanier">
|
||||
|
|
Loading…
Reference in New Issue