Sha256: c1e79cec9df4897fc64623f09d4408d3249a7e2c5cbe73ea2f353e1d5ab1a595

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 Bytes

Contents

.col-lg-4.col-md-6.col-sm-12
  .well.well-lg
    %h3
      = link_to section.name.html_safe, section.path
      - if section.counter
         
        %span.badge.badge-primary
          = section.counter.call
    - if section.description
      %p= section.description
    - if section.creation_path
      = link_to section.creation_path, class: 'btn btn-success' do
        %i.glyphicon.glyphicon-plus
         
        = t('admin.common.new')


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
coalla-cms-0.5.2.4 app/views/structure/_section.haml
coalla-cms-0.5.1.9 app/views/structure/_section.haml
coalla-cms-0.5.1.8 app/views/structure/_section.haml