Sha256: 4942ae0f086dfa75b0ca3a4b6bec6fd43b8fef4d002d9220e818518595d9cd49
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
<h3><%= t(:'adva.comments.titles.edit') %></h3> <%= form_for [:admin, @comment] do |f| -%> <% render :layout => 'form', :locals => {:f => f} do %> <p> <label><%= f.check_box :approved, {}, 1 %><%= t(:'adva.comments.labels.approved') %></label> </p> <% end -%> <% end -%>
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
adva_comments-0.2.0 | app/views/admin/comments/edit.html.erb |
adva_comments-0.1.0 | app/views/admin/comments/edit.html.erb |
adva-0.0.1 | adva_comments/app/views/admin/comments/edit.html.erb |