Sha256: c5414635263af330d07e5271c07779346f18fe12cf815a9cd0cff0443d458449
Contents?: true
Size: 924 Bytes
Versions: 22
Compression:
Stored size: 924 Bytes
Contents
<!-- Title System --> <% phc_title "Conection Manager" %> <% phc_title_tagline "Update Connection" %> <!-- 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 --> <!-- Main Content --> <section class="content"> <div class="row"> <div class="col-lg-12"> <div class="box"> <div class="box-header with-border"> <h3 class="box-title"><%= yield(:phc_title) %></h3> </div> <div class="box-body"> <%= render 'form', modules_connection: @modules_connection %> </div> </div> </div> </div> </section> <!-- Main Content -->
Version data entries
22 entries across 22 versions & 1 rubygems