Sha256: 334c54104892d8ed23082fbc27ac742e855510729015648315cd8325337ed5c2
Contents?: true
Size: 232 Bytes
Versions: 3
Compression:
Stored size: 232 Bytes
Contents
<div class='bordered'> <h3><label class="block content"><%= _("Drafts:") %></label></h3> <% Article.drafts.all.each do |draft| %> <%= link_to("#{draft.title}<br />", :action => 'edit', :id => draft.id) %> <% end %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typo-5.4.3 | app/views/admin/content/_drafts.html.erb |
typo-5.4.2 | app/views/admin/content/_drafts.html.erb |
typo-5.4.1 | app/views/admin/content/_drafts.html.erb |