Sha256: bf02a44d14d525d645f680c0eadc2caf5193068c055dbd54117eef3c206a0288
Contents?: true
Size: 559 Bytes
Versions: 1
Compression:
Stored size: 559 Bytes
Contents
<h2>View articles category</h2> <%= form_for @articles_category, :url => backbone_articles_category_path(@articles_category) do |f| %> <%= render :partial => 'backbone/articles_categories/form', :locals => { :f => f } %> <p class="submits"> <%= link_to 'Cancel', backbone_articles_categories_path, :class => 'cancel' %> or <%= f.submit "Save changes", :class => "update" %> </p> <% end %> <%= content_for :sidebar do %> <li><%= link_to "#{backbone_show_icon "table"}Back to list".html_safe, backbone_articles_categories_path %></li> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hurry-0.1.0 | app/views/bolt/articles_categories/show.html.erb |