socialforge/app/views/layouts/_syllabus_title.html.erb

7 lines
472 B
Plaintext
Raw Normal View History

<h2 style="position:relative; display:inline;">
<%=syllabus.title %>
2016-07-22 16:00:56 +08:00
<% if User.current == syllabus.user || User.current.admin? %>
<%= link_to image_tag("../images/signature_edit.png",width:"12px", height: "12px"), "javascript:void(0);",:id => "syllabus_edit_title_png", :class => "none", :style => "width:15px; position:absolute; right: -20px; top: 15px;", :onclick => "show_edit_title('#{syllabus.title}');", :title => '编辑课程名称'%>
2016-07-22 16:00:56 +08:00
<% end %>
</h2>