Sha256: 9c9bc45ae0e5f34fff76fbfa1365439cc4e36749356f9624cedc4df036fa876b

Contents?: true

Size: 1.18 KB

Versions: 69

Compression:

Stored size: 1.18 KB

Contents

- @page_title = t('snippets') + ' - ' + default_page_title

.outset
  = render_region :top
  %table.index#snippets
    %thead
      %tr
        - render_region :thead do |thead|
          - thead.title_header do
            %th.name= t('snippet')
          - thead.actions_header do
            %th.actions{:style=>"width:9em"}= t('modify')
    %tbody
      - if @snippets.any?
        - @snippets.each do |snippet|
          %tr[snippet]
            - render_region :tbody, :locals => {:snippet => snippet} do |tbody|
              - tbody.title_cell do
                %td.name
                  = link_to image('snippet', :alt => '') + ' ' + snippet.name, edit_admin_snippet_url(snippet)
              - tbody.actions_cell do
                %td.actions
                  = link_to image('minus') + ' ' + t('remove'), remove_admin_snippet_url(snippet), :class => "action"
      - else
        %tr
          %td.empty{:colspan => admin.snippet.index.tbody.length}= t('no_snippets')

- render_region :bottom do |bottom|
  - bottom.new_button do
    #actions
      = pagination_for(@snippets)
      %ul
        %li= link_to image('plus') + " " + t('new_snippet'), new_admin_snippet_url, :class => 'action_button'

Version data entries

69 entries across 69 versions & 4 rubygems

Version Path
trusty-cms-4.0.2 app/views/admin/snippets/index.html.haml
trusty-cms-3.9.7 app/views/admin/snippets/index.html.haml
trusty-cms-3.9.6 app/views/admin/snippets/index.html.haml
trusty-cms-3.9.5 app/views/admin/snippets/index.html.haml
trusty-cms-4.0.1 app/views/admin/snippets/index.html.haml
trusty-cms-3.9.4 app/views/admin/snippets/index.html.haml
trusty-cms-3.9.3 app/views/admin/snippets/index.html.haml
trusty-cms-3.9.2 app/views/admin/snippets/index.html.haml
trusty-cms-4.0.0 app/views/admin/snippets/index.html.haml
trusty-cms-3.9.1 app/views/admin/snippets/index.html.haml
trusty-cms-3.9.0 app/views/admin/snippets/index.html.haml
trusty-cms-3.8.4 app/views/admin/snippets/index.html.haml
trusty-cms-3.8.3 app/views/admin/snippets/index.html.haml
trusty-cms-3.8.2 app/views/admin/snippets/index.html.haml
trusty-cms-3.8.1 app/views/admin/snippets/index.html.haml
trusty-cms-3.8.0 app/views/admin/snippets/index.html.haml
trusty-cms-3.7.1 app/views/admin/snippets/index.html.haml
trusty-cms-3.7.0 app/views/admin/snippets/index.html.haml
trusty-cms-3.6.2 app/views/admin/snippets/index.html.haml
trusty-cms-3.6.1 app/views/admin/snippets/index.html.haml