socialforge/app/views/poll/_show_head.html.erb

8 lines
355 B
Plaintext
Raw Normal View History

<div class="ur_page_head ur_editor02"><!--头部显示 start-->
2015-01-15 11:05:19 +08:00
<a href="#" class="ur_icon_edit" title="编辑" onclick="pollsEdit();"></a>
<h1 class="ur_page_title" id="polls_name_h">
<%= poll.polls_name%>
</h1>
<%= @poll.polls_description.nil? ? "" : @poll.polls_description.html_safe%>
<div class="cl"></div>
</div><!--头部显示 end-->