Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
commit
a68fcf74aa
@ -1,5 +1,8 @@
|
|||||||
|
|
||||||
<div class="ur_page_head ur_editor02" ><!--头部显示 start-->
|
<div class="ur_page_head ur_editor02" ><!--头部显示 start-->
|
||||||
|
|
||||||
<a href="javascript:" class="ur_icon_edit" title="编辑" onclick="pollsEdit();"></a>
|
<a href="javascript:" class="ur_icon_edit" title="编辑" onclick="pollsEdit();"></a>
|
||||||
|
<!-- <a class='ur_icon_add' title='导入' id="import_btn" onclick="importPoll();"></a> -->
|
||||||
<h1 class="ur_page_title" id="polls_name_h"><%= 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%>
|
<%= @poll.polls_description.nil? ? "" : @poll.polls_description.html_safe%>
|
||||||
<div class="cl"></div>
|
<div class="cl"></div>
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* Created by lizanle on 2015/7/29.
|
||||||
|
*/
|
||||||
|
$("#poll_content").html('<%= escape_javascript(render :partial => 'poll_content', :locals => {:poll => @poll})%>');
|
Loading…
Reference in new issue