发布文件是报标题不能为空

This commit is contained in:
sw 2015-03-24 17:00:52 +08:00
parent baab3343c8
commit 165977b9bf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="ur_page_head ur_editor02" ><!--头部显示 start-->
<a href="#" class="ur_icon_edit" title="编辑" onclick="pollsEdit();"></a>
<h1 class="ur_page_title"><%= poll.polls_name%></h1>
<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-->