Sha256: edbf275a000b137425648e6e3cde9f4786ba3ebe6f5ff4830936c140719d74d2

Contents?: true

Size: 277 Bytes

Versions: 13

Compression:

Stored size: 277 Bytes

Contents

<% content_for :page_heading do %>
  <h2>
    <%= t('.notes') %>
  </h2>
<% end %>


<div class='row'>
  <div class='col-md-4'>
    <%= form_for @note, url: admin_note_path(@note) do |n| %>
      <%= render 'form', n: n %>
    <% end %>
  </div>

  <%= render 'list' %>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
publify_core-10.0.1 app/views/admin/notes/edit.html.erb
publify_core-10.0.0 app/views/admin/notes/edit.html.erb
publify_core-9.2.10 app/views/admin/notes/edit.html.erb
publify_core-9.2.9 app/views/admin/notes/edit.html.erb
publify_core-9.2.8 app/views/admin/notes/edit.html.erb
publify_core-9.2.7 app/views/admin/notes/edit.html.erb
publify_core-9.2.6 app/views/admin/notes/edit.html.erb
publify_core-9.2.5 app/views/admin/notes/edit.html.erb
publify_core-9.2.4 app/views/admin/notes/edit.html.erb
publify_core-9.2.3 app/views/admin/notes/edit.html.erb
publify_core-9.2.2 app/views/admin/notes/edit.html.erb
publify_core-9.2.1 app/views/admin/notes/edit.html.erb
publify_core-9.2.0 app/views/admin/notes/edit.html.erb