Sha256: 02b43c7c6e21a650c3efdd19ec96b3949c9359338841988db8f581ca5907ff66

Contents?: true

Size: 574 Bytes

Versions: 1

Compression:

Stored size: 574 Bytes

Contents

%h1= "Editing #{@item.name}"

.button-bar
  %ul.button-group
    %li
      %a.button.tiny{href: data_bag_items_path({bag: @bag.name, item: @item.name})}= "Back to #{@item.name}"
  %ul.button-group
    %li
      %a.button.tiny{href: data_bag_path(@bag.name)}= "Back to #{@bag.name}"

%hr

%form{ action: update_data_bag_item_path({bag: @bag.name, item: @item.name}), method: 'post' }
  = render 'form', template: @template, item: @item, namespace: 'data_bag_template_item'
  .row
    .large-2.columns
    .large-10.columns
      %button.button.small{ type: 'submit' } Submit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bagboy-0.0.1 app/views/bagboy/data_bag_items/edit.html.haml