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

10 lines
309 B
Plaintext
Raw Normal View History

<div class="ur_page_head ur_editor02"><!--头部显示 start-->
<a href="#" class="ur_icon_edit" title="编辑"></a>
<h1 class="ur_page_title">
<%= poll.polls_name%>
</h1>
<p class="ur_prefix_content">
<%= @poll.polls_description%>
</p>
<div class="cl"></div>
</div><!--头部显示 end-->