Sha256: d30f595c8434e30a231e1b2b5084089c38e8035dbe0b80f96794760f55c6fc5f
Contents?: true
Size: 668 Bytes
Versions: 5
Compression:
Stored size: 668 Bytes
Contents
= content_for :sidebar do %p.hint.text_only.large.padded = t :'adva.sections.hints.parent_setting_for_edit' %h2= t(:'adva.titles.general_settings') %fieldset .col = f.text_area :title, :label => "Title" %p %label{:for => "published"}= t(:'adva.sections.titles.publish') %span.hint{:for => "published"}= t :'adva.sections.hints.publish' = f.check_box :published, :label => true %p= f.check_box :hidden_on_global_nav, :label => true .col = f.text_field :permalink, :label => true, :hint => :'adva.sections.hints.permalink' = render :partial => "admin/sections/settings/#{@section.type.underscore}", :locals => { :f => f }
Version data entries
5 entries across 5 versions & 1 rubygems