Sha256: ccc677bd6c827018cea0e856afe61492dab683115dfd70d78d334ea2c397cc7a
Contents?: true
Size: 654 Bytes
Versions: 2
Compression:
Stored size: 654 Bytes
Contents
<table class="fields"> <tr> <th><%= sectionable_form.t :linked %></th> <td><%= image_browser(sectionable_form, :linked, {:skip_class => true}) %></td> </tr> <tr> <th><%= sectionable_form.label_with_text :alignment %></th> <td> <%= sectionable_form.select :alignment, Skyline::Sections::MediaSection::ALIGNMENT.map{|a| [t(a,:scope => [:activerecord, :attributes, :"skyline/sections/media_section", :alignments]),a]}, :class => "full"%></td> </tr> <tr> <th><%= sectionable_form.label_with_text :caption %></th> <td><%= sectionable_form.text_field :caption, :class => "full" %></td> </tr> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
skylinecms-3.0.8 | app/views/skyline/sections/_media_section.html.erb |
skylinecms-3.0.7 | app/views/skyline/sections/_media_section.html.erb |