Sha256: f27a67a54954ce3b64d35e95639eb80cb5b3c454018653db8a3c2cea7b3e7b03
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 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.id } } %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typo-5.0.1 | app/views/admin/content/edit.html.erb |
typo-5.0.2 | app/views/admin/content/edit.html.erb |
typo-5.0 | app/views/admin/content/edit.html.erb |