Sha256: 5799ceb65dcd20816c04c93927e70adb52ba353070bee943ebfa33b72c6cc583

Contents?: true

Size: 634 Bytes

Versions: 5

Compression:

Stored size: 634 Bytes

Contents

<%= f.inputs do %>
  <%= f.input :permalink, :hint => "This will be auto-created if blank. Only fill it in if you know what you're doing" %>
  <%= render :partial => "smithy/pages/page_fields", :locals => { :f => f } if File.exists?(Rails.root.join('app', 'views', 'smithy', 'pages', '_page_fields.html.erb')) %>

  <%= f.input(:external_link) unless @page.external_link? %>
  <%= f.input :cache_length, :hint => "In seconds (eg. 600 is 10 minutes)" %>
  <%= render :partial => "smithy/pages/meta_fields", :locals => { :f => f } if File.exists?(Rails.root.join('app', 'views', 'smithy', 'pages', '_meta_fields.html.erb')) %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
smithycms-0.8.1 app/views/smithy/pages/_meta_tab.html.erb
smithycms-0.7.3 app/views/smithy/pages/_meta_tab.html.erb
smithycms-0.7.2 app/views/smithy/pages/_meta_tab.html.erb
smithycms-0.7.1 app/views/smithy/pages/_meta_tab.html.erb
smithycms-0.7.0 app/views/smithy/pages/_meta_tab.html.erb