Sha256: df3b24d884694db847e33069817a82cd522f9b2ff54c3b39fabf1cc278889454
Contents?: true
Size: 478 Bytes
Versions: 3
Compression:
Stored size: 478 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 %> <%= 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
3 entries across 3 versions & 2 rubygems