app/views/phcmemberspro/member/addresses/components/_address_main.html.erb in phcmemberspro-9.5.4 vs app/views/phcmemberspro/member/addresses/components/_address_main.html.erb in phcmemberspro-9.5.5
- old
+ new
@@ -4,13 +4,13 @@
<div class="caption caption-md">
<i class="icon-globe theme-font hide"></i>
<span class="caption-subject font-blue-madison bold uppercase"><%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address</span>
</div>
<div class="actions">
- <%= link_to edit_member_profile_address_path, class: "btn blue-steel" do %>
+ <%= link_to edit_member_profile_address_path, class: "btn blue-soft" do %>
<i class="fa fa-pencil-square-o"></i> Edit <%= @members_profile_info.mfirstname %> Address
<% end %>
- <%= link_to member_profile_address_path, class: "btn red-thunderbird", method: :delete, data: { confirm: 'Are you sure you want to delete this address?' } do %>
+ <%= link_to member_profile_address_path, class: "btn red-mint", method: :delete, data: { confirm: 'Are you sure you want to delete this address?' } do %>
<i class="fa fa-trash-o"></i> Delete <%= @members_profile_info.mfirstname %> Address
<% end %>
</div>
</div>
<div class="portlet-body">