Sha256: 806960a9aee6389d4710bffdfcfdc252f625b476d88c2e847e309a377d74fdb2

Contents?: true

Size: 216 Bytes

Versions: 19

Compression:

Stored size: 216 Bytes

Contents

<%= render 'header' %>

<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

19 entries across 19 versions & 2 rubygems

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/admin/notes/edit.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/admin/notes/edit.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/admin/notes/edit.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/admin/notes/edit.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/admin/notes/edit.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/admin/notes/edit.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/admin/notes/edit.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/admin/notes/edit.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/admin/notes/edit.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/admin/notes/edit.html.erb
publify_core-9.1.0 app/views/admin/notes/edit.html.erb
publify_core-9.0.1 app/views/admin/notes/edit.html.erb
publify_core-9.0.0 app/views/admin/notes/edit.html.erb
publify_core-9.0.0.pre6 app/views/admin/notes/edit.html.erb
publify_core-9.0.0.pre5 app/views/admin/notes/edit.html.erb
publify_core-9.0.0.pre4 app/views/admin/notes/edit.html.erb
publify_core-9.0.0.pre3 app/views/admin/notes/edit.html.erb
publify_core-9.0.0.pre2 app/views/admin/notes/edit.html.erb
publify_core-9.0.0.pre1 app/views/admin/notes/edit.html.erb