Sha256: d53a9bb83e5f29184186648f9ac7ce2ef454775975e53bb28ab52cbeabad4716
Contents?: true
Size: 377 Bytes
Versions: 2
Compression:
Stored size: 377 Bytes
Contents
<% @page_heading = _('Edit Article') %> <% content_for('tasks') do %> <%= task_overview %> <li><%= link_to _('View article on your blog'), @article.permalink_url %></li> <% end %> <h3><%= _("Edit Article")%></h3> <%= render :partial => "admin/shared/edit", :locals => { :form_type => "article", :form_action => { :action => "edit", :id => @article } } %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-4.1.1 | app/views/admin/content/edit.rhtml |
typo-4.1 | app/views/admin/content/edit.rhtml |