Sha256: f088183a39c7acbbc99349cda5a6ee847be49710bb7df70bcb1139cad314ce51
Contents?: true
Size: 697 Bytes
Versions: 15
Compression:
Stored size: 697 Bytes
Contents
- content_for :main do %h1.layout_icon Layouts %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 @layout, :url=>"/admin/layouts", :method=>:post do |f| = f.text_field :name = kit_submit "Create" = paginate @layouts %table#layouts.loosen %tr %th Name %th Last Edited - @layouts.each do |layout| %tr %td = link_to layout.name.titleize, "/admin/layouts/#{layout.id}" %td = time_ago_in_words(layout.updated_at) ago
Version data entries
15 entries across 15 versions & 1 rubygems