Sha256: 062b42b7ae8412303f55e499cc68c38055997d901631d3d0de64577b911671b8

Contents?: true

Size: 770 Bytes

Versions: 4

Compression:

Stored size: 770 Bytes

Contents

.block#block-tables
  .content
    %h2.title= "Role #{h @role.name}"
    .inner
      = partial("navigation", :active => "show")
      .content
        .inner
          .left
            %h3 Description
            = @role.description

          .left 
            %h3 Recipes
            %table#recipes.table
              %tr
                %th.first Position
                %th.last Name
              - @role.recipes.each_index do |i|
                %tr
                  %td.position= i
                  %td= @role.recipes[i]
          .left 
            %h3 Default Attributes
            = build_tree('defattrs', @role.default_attributes)

          .left 
            %h3 Override Attributes
            = build_tree('overattrs', @role.override_attributes)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chef-server-slice-0.7.16 app/views/roles/show.html.haml
chef-server-slice-0.7.14 app/views/roles/show.html.haml
chef-server-slice-0.7.12 app/views/roles/show.html.haml
chef-server-slice-0.7.10 app/views/roles/show.html.haml