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