Sha256: 60c060b0b23053e27139d9320fd9431b30a0fc526f394f77a10a8e64e5ca4c13

Contents?: true

Size: 370 Bytes

Versions: 1

Compression:

Stored size: 370 Bytes

Contents

%h1 Data Bags

.button-bar
  %ul.button-group
    %li
      %a.button.tiny{ href: new_data_bag_path } New Data Bag

%hr

%table
  %thead
    %tr
      %th Name
      %th
      %th
  %tbody
    - @bags.each do |bag|
      %tr
        %td
          %a{href: data_bag_path(bag.name)}= bag.name
        %td
          %a{href: data_bag_path(bag.name)} View
        %td Delete

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bagboy-0.0.1 app/views/bagboy/data_bags/index.html.haml