Sha256: 2ccc4a068dbeacbf9f152bd1eb017cc9f4f641d4a7c80db952b177c1408512bb
Contents?: true
Size: 503 Bytes
Versions: 32
Compression:
Stored size: 503 Bytes
Contents
<%= content_for :html_head, stylesheet_link_tag('cms/form_layout') %> <% form_for([:cms, @page_route]) do |f| %> <%= f.error_messages %> <%= f.cms_drop_down :page_id, 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
32 entries across 32 versions & 10 rubygems