Sha256: 83f324139eb3444091d0cf664e21b4aba5fcff036983062f6be1fab2ef650c4e
Contents?: true
Size: 986 Bytes
Versions: 20
Compression:
Stored size: 986 Bytes
Contents
<!-- Title Variables --> <% phc_title "Member Profile Manager" %> <% phc_title_tagline "Update Member Profile" %> <!-- 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 "Dashboard", member_root_path %></li> <li><%= link_to "Member Profile List", member_profiles_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', member_profile: @member_profile %> </div> </div> </div> </div> </section> <!-- Main Content -->
Version data entries
20 entries across 20 versions & 1 rubygems