Sha256: f94c224f0eb469f9e3a7571716559da3390d2f96daf19c2316b3d60a72047311
Contents?: true
Size: 697 Bytes
Versions: 22
Compression:
Stored size: 697 Bytes
Contents
<!-- Title System --> <% phc_title "Categories Manager" %> <% phc_title_tagline "Update Category Information" %> <!-- Title System --> <!-- Page Title Bar --> <section class="content-header"> <!-- Page Title and BreadCrumb --> <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1> <ol class="breadcrumb"> <li><%= link_to "Category Index", modules_categories_path %></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ol> <!-- Page Title and BreadCrumb --> </section> <!-- Page Title Bar --> <p id="notice"><%= notice %></p> <%= link_to 'Edit', edit_modules_category_path(@modules_category) %> | <%= link_to 'Back', modules_categories_path %>
Version data entries
22 entries across 22 versions & 1 rubygems