Sha256: cde7719508c204c08463fbf6a6237c518962f069556714fbc29c36c22bbed8fc

Contents?: true

Size: 499 Bytes

Versions: 4

Compression:

Stored size: 499 Bytes

Contents

<% if f.error_messages.size > 0 %>
    <div class="notification is-danger">
      <%= f.error_messages %>
    </div>
<% end %>
<div class="field">
  <%= f.label :name, class: 'label' %>
  <div class="control">
    <%= f.text_field :name, class: 'input' %>
  </div>
</div>
<div class="field is-grouped">
  <div class="control">
    <%= f.submit t(:save), class: 'button is-link' %>
  </div>
  <div class="control">
    <%= link_to t(:back), @folder.parent, class: 'button is-text' %>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
boxroom-0.0.4 app/views/boxroom/folders/_form.html.erb
boxroom-0.0.3 app/views/boxroom/folders/_form.html.erb
boxroom-0.0.2 app/views/boxroom/folders/_form.html.erb
boxroom-0.0.1 app/views/boxroom/folders/_form.html.erb