Sha256: a0efc30d152a1f54db7cc6900ccab407103eb0df8dc182267209d3641c89685e
Contents?: true
Size: 569 Bytes
Versions: 15
Compression:
Stored size: 569 Bytes
Contents
<% @page.page_comments.reverse.each do |pc| %> <li style="margin-bottom: 10px; border-bottom: thin solid #EEE;"><%= pc.user.email %> @ <%= pc.created_at %>: <%= pc.body %></li> <% end %> <li><%= icon_to_function "Add note", "$('#add_comment').slideDown(); $('#body').focus();"%> <div style='display: none' id='add_comment'> <%= form_tag("/page/#{@page.id}/add_note", :remote=>true) do %> <%= text_area_tag :body, '', {:size=>"40x5"} %> <br/> <%= kit_submit "Save" %> <% end %> </div> </li>
Version data entries
15 entries across 15 versions & 1 rubygems