Sha256: cd96b6e6d841c2a15318467782b2c9487edfc26feadd810fe1c43a93693ced3f

Contents?: true

Size: 698 Bytes

Versions: 5

Compression:

Stored size: 698 Bytes

Contents

- packet.add_js("page-list-effects.js", :module => "_sparkles_")
- packet["page.title"] = "Pages"
#pages-list.list-view
  %table
    %thead
      %tr.list-header-group
        %td.list-header.page-listing-expand-collapse
           
        %td.list-header
          Page Title
        %td.list-header
          Status
        %td.list-header
          Actions
    %tfoot
      %tr
        %td  
        %td  
        %td  
        %td
          %a.button.add-button{:href => route_to(:pages, :create)} Add new Page
    %tbody.pages.no-bullet
      - for page in list
        %tr.page-listing-item{:id => "page-#{page.id}"}
          = view_table_row(model_name, :model => page)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
orange-sparkles-0.7.1 lib/orange-sparkles/views/pages/orange.list.haml
orange-sparkles-0.7.0 lib/orange-sparkles/views/pages/orange.list.haml
orange-sparkles-0.5.9 lib/orange-sparkles/views/pages/orange.list.haml
orange-sparkles-0.5.8 lib/orange-sparkles/views/pages/orange.list.haml
orange-sparkles-0.5.7 lib/orange-sparkles/views/pages/orange.list.haml