Sha256: e1aff607ad032e69043d0cec5e9348b9b45078b93fac273fbdb075469d29d7c8
Contents?: true
Size: 540 Bytes
Versions: 2
Compression:
Stored size: 540 Bytes
Contents
<h2><%= t(:'adva.articles.titles.new', :content_locale => Article.locale) %></h2> <%= split_form_for @article, :as => :article, :url => [:admin, @site, @section, :articles], :html => {:multipart => true, :id => 'content_form'} do |f| -%> <%= render :partial => 'form', :locals => {:f => f} %> <%= content_for :sidebar do %> <div id="save"> <%= submit_tag t(:'adva.common.save'), :name => 'save_revision' %> <%= link_to t(:'adva.common.cancel'), [:admin, @site, @section, :articles] %> </div> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
adva_cms-0.0.1 | app/views/admin/page/articles/new.html.erb |
adva-0.0.1 | adva_cms/app/views/admin/page/articles/new.html.erb |