Sha256: 1cb8054bf31e271003c28f681ec10df62f9798c6befd2ea1a77e68002a2b5acb

Contents?: true

Size: 707 Bytes

Versions: 15

Compression:

Stored size: 707 Bytes

Contents

- content_for :main do

  %h1.stylesheets_icon Stylesheets

  %div(style="margin-bottom: 10px;")
    = icon_to_function "New", "$('#new').slideDown(); $('#new_link').hide();", false, :id=>"new_link"

  #new(style="display: none; margin-top: 10px;" class="cms_form")
    = form_for @sheet, :url=>"/admin/stylesheet", :method=>:put do |f|

      = f.text_field :name
      = kit_submit "Create"
  
  = paginate @sheets

  %table#stylesheets.loosen
    %tr
      %th
        Name
      %th
        Last Edited
    - @sheets.each do |sheet|
      %tr
        %td
          = link_to sheet.name.titleize, "/admin/stylesheet/#{sheet.id}"
        %td
          = time_ago_in_words(sheet.updated_at)
          ago

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.20 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.19 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.18 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.17 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.16 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.15 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.14 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.13 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.11 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.10 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.9 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.8 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.7 app/views/admin/stylesheet/index.html.haml
kit_cms-2.3.6 app/views/admin/stylesheet/index.html.haml