Sha256: 95a0002176986e6f67c3e8d191a22cb80ce8c390a78856a4cd8b1d88c55dddea

Contents?: true

Size: 536 Bytes

Versions: 3

Compression:

Stored size: 536 Bytes

Contents

.edit_mode_group
  %div{:class => "box panel panel-default #{box_class}"}
    .head.panel-heading
      %table
        %tr
          %td.box_heading
            %h1.panel-title= heading
          %td.box_toolbar
            %span.box_toolbar
              - if show_box_edit_button? box_class, @navable
                = save_button :class => box_class
                = edit_button(:class => box_class,             |
                  :id => (strip_tags(heading) + "EditButton")) |
    .divider
    .content.panel-body
      = content

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/views/layouts/_box.html.haml
your_platform-1.0.0 app/views/layouts/_box.html.haml
your_platform-0.0.2 app/views/layouts/_box.html.haml