Sha256: 3e686bf33af9f4f1c95d6a0d92ec83ad53cb734be872b0c08105e29d587fcb10
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 KB
Contents
<!-- Title System --> <% phc_title "Members Manager" %> <% phc_title_tagline "Update Member Information for " + @member_profile.mfirstname + " " + @member_profile.mlastname %> <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %> <% phc_breadcrumb_two yield(:phc_title_tagline) %> <!-- Title System --> <!-- Page Content --> <div class="panel panel-inverse"> <div class="panel-heading"> <div class="panel-heading-btn"> <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a> <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a> <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a> <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-danger" data-click="panel-remove"><i class="fa fa-times"></i></a> </div> <h4 class="panel-title"><%= yield(:phc_title) %></h4> </div> <div class="panel-body"> <%= render 'form', member_profile: @member_profile %> </div> </div> <!-- Page Content -->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcmemberspro-59.0.0 | app/views/phcmemberspro/member/profiles/edit.html.erb |
phcmemberspro-58.0.0 | app/views/phcmemberspro/member/profiles/edit.html.erb |