Sha256: 8f5b14cbc4396ac473226b9733a6335e4971bc98ca4f0784e85688fb86924465
Contents?: true
Size: 497 Bytes
Versions: 29
Compression:
Stored size: 497 Bytes
Contents
<%= content_for :html_head, stylesheet_link_tag('cms/form_layout') %> <% form_for([:cms, @view]) do |f| %> <%= f.error_messages %> <%= f.cms_text_field :name %> <%= f.cms_text_field :format %> <%= f.cms_drop_down :handler, ActionView::Template.template_handler_extensions, :default => "erb" %> <%= f.cms_text_area :body, :style => "height: 500px" %> <div class="buttons"> <%= lt_button_wrapper(f.submit("Save", :class => "submit", :tabindex => next_tabindex)) %> </div> <% end %>
Version data entries
29 entries across 29 versions & 9 rubygems