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

9 lines
453 B
Plaintext
Raw Normal View History

2015-07-29 10:07:00 +08:00
2015-03-24 16:56:39 +08:00
<div class="ur_page_head ur_editor02" ><!--头部显示 start-->
2015-07-29 10:07:00 +08:00
<a href="javascript:" class="ur_icon_edit" title="编辑" onclick="pollsEdit();"></a>
2015-07-29 10:42:58 +08:00
<!-- <a class='ur_icon_add' title='导入' id="import_btn" onclick="importPoll();"></a> -->
2015-03-24 17:00:52 +08:00
<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-->