Sha256: 3a3f9587e108df22efb863e0ea9d5db48a8edb31f68d9865139f25c01e05d25a
Contents?: true
Size: 506 Bytes
Versions: 17
Compression:
Stored size: 506 Bytes
Contents
<%= content_for :html_head, stylesheet_link_tag('cms/form_layout') %> <%= form_for(@page_route) do |f| %> <%= f.cms_error_messages %> <%= f.cms_drop_down :page_id, Cms::Page.all(:order => "path").map{|p| ["#{p.path} (#{p.name})", p.id]}%> <%= f.cms_text_field :name %> <%= f.cms_text_field :pattern %> <%= f.cms_text_area :code, :style => "height: 200px" %> <div class="buttons"> <%= lt_button_wrapper(f.submit("Save", :class => "submit", :tabindex => next_tabindex)) %> </div> <% end %>
Version data entries
17 entries across 17 versions & 1 rubygems