5 lines
375 B
Plaintext
5 lines
375 B
Plaintext
<span style="word-break: normal; word-wrap: break-word;"><%=@syllabus.title %></span>
|
|
|
|
<% 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", :onclick => "show_edit_title('#{@syllabus.title}');"%>
|
|
<% end %> |