Sha256: e6e8a37b451334c79ab59afe6fd43e4d79e2f989b7ce37620bcee7e0ba22e4ff

Contents?: true

Size: 315 Bytes

Versions: 27

Compression:

Stored size: 315 Bytes

Contents

<%# view = cms_form %>

<% cms_cache('top') do
  text = cms_text('top')
-%>

<%#= view.edit_link %>
<%#= view.add_link %>

<%= text.html %>
<%= text.edit_link %>

<% end %>

<%= render cms_form_partial %>

<% cms_cache('bottom') do
  text = cms_text('bottom')
-%>

<%= text.html %>
<%= text.edit_link %>

<% end %>

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
o2webappizer-0.1.6 templates/app/views/cms/forms/contact/new.html.erb
rails_admin_cms-0.0.5 lib/generators/cms/install/templates/app/views/cms/forms/contact/new.html.erb
o2webappizer-0.1.5 templates/app/views/cms/forms/contact/new.html.erb
rails_admin_cms-0.0.4 lib/generators/cms/install/templates/app/views/cms/forms/contact/new.html.erb
o2webappizer-0.1.4 templates/app/views/cms/forms/contact/new.html.erb
o2webappizer-0.1.3 templates/app/views/cms/forms/contact/new.html.erb
rails_admin_cms-0.0.3 lib/generators/cms/install/templates/app/views/cms/forms/contact/new.html.erb