app/views/phcmemberspro/member/profiles/components/_profile_main.html.erb in phcmemberspro-11.5.3 vs app/views/phcmemberspro/member/profiles/components/_profile_main.html.erb in phcmemberspro-11.6.0
- old
+ new
@@ -1,51 +1,50 @@
-<div class="row">
-
- <div class="col-md-6">
-
- <div class="portlet light ">
- <div class="portlet-title">
- <div class="caption caption-md">
- <i class="icon-globe theme-font hide"></i>
- <span class="caption-subject font-blue-madison bold uppercase"><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Addresses</span>
- </div>
- <div class="actions">
- </div>
- </div>
- <div class="portlet-body">
- <%= render 'phcmemberspro/member/profiles/components/profile_addresses_table' %>
- </div>
+<div class="ibox">
+ <div class="ibox-title">
+ <h5><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Addresses</h5>
+ <div class="ibox-tools">
+ <a class="collapse-link">
+ <i class="fa fa-chevron-up"></i>
+ </a>
+ <a class="close-link">
+ <i class="fa fa-times"></i>
+ </a>
</div>
+ </div>
+ <div class="ibox-content">
+ <%= render 'phcmemberspro/member/profiles/components/profile_addresses_table' %>
+ </div>
+</div>
- <div class="portlet light ">
- <div class="portlet-title">
- <div class="caption caption-md">
- <i class="icon-globe theme-font hide"></i>
- <span class="caption-subject font-blue-madison bold uppercase"><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Listings</span>
- </div>
- <div class="actions">
- </div>
- </div>
- <div class="portlet-body">
- <%= render 'phcmemberspro/member/profiles/components/profile_listings_table' %>
- </div>
+<div class="ibox">
+ <div class="ibox-title">
+ <h5><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Listings</h5>
+ <div class="ibox-tools">
+ <a class="collapse-link">
+ <i class="fa fa-chevron-up"></i>
+ </a>
+ <a class="close-link">
+ <i class="fa fa-times"></i>
+ </a>
</div>
-
</div>
+ <div class="ibox-content">
+ <%= render 'phcmemberspro/member/profiles/components/profile_listings_table' %>
+ </div>
+</div>
- <div class="col-md-6">
- <div class="portlet light ">
- <div class="portlet-title">
- <div class="caption caption-md">
- <i class="icon-globe theme-font hide"></i>
- <span class="caption-subject font-blue-madison bold uppercase"><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Change Log</span>
- </div>
- <div class="actions">
- </div>
- </div>
- <div class="portlet-body">
- <%= render 'phcmemberspro/member/profiles/components/profile_audits' %>
- </div>
+<div class="ibox">
+ <div class="ibox-title">
+ <h5><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Change Log</h5>
+ <div class="ibox-tools">
+ <a class="collapse-link">
+ <i class="fa fa-chevron-up"></i>
+ </a>
+ <a class="close-link">
+ <i class="fa fa-times"></i>
+ </a>
</div>
</div>
-
+ <div class="ibox-content">
+ <%= render 'phcmemberspro/member/profiles/components/profile_audits' %>
+ </div>
</div>