phcmemberspro 9.5.3 → 9.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba844ea89a6797eef4987213a6f0481b124b1e8f
4
- data.tar.gz: f8045dd288ecab629143281b7f896ac5eea41f55
3
+ metadata.gz: c23a82677f1c0b01e8c74db99d86f9895bbf5802
4
+ data.tar.gz: 21c2d723552688c1aebcd748c434c97c13e3acae
5
5
  SHA512:
6
- metadata.gz: 3c8752ce333cfecc15565a849d7e2add79becbe3807bee73ea1150242a335085db610c86b3adbd618f8992cf6b2895bab2f3d9e9dc73c559d069ec3dcd19d6d7
7
- data.tar.gz: a444f92472154596d0c3af30a848c18faa7cbff3215dedba873c60c775dfc05be2a24642f55dbf7fdf1a5c84da49d2d5ba8aaad93b1514ef93cb4e6c8fbeb047
6
+ metadata.gz: d2488ffc9c24d60deee93b0f546835166e5c207b27644e31f8c9a7d7adf31d39da102e4d7617efe8130489920eb700599ea23409b9e71594aae951d023cde4ee
7
+ data.tar.gz: a352d29e9bfbf2153edddfebbc01f3033fab94afc2bb24c607e1eca247de2e1c887c2745aa72401eccb40d37e20dbb5e1deed0fa64b739707476cf04dcba7665
@@ -39,7 +39,7 @@
39
39
  </div>
40
40
 
41
41
  <div class="actions">
42
- <%= f.submit class: "btn btn-primary" %>
42
+ <%= f.submit class: "btn blue-steel" %>
43
43
  </div>
44
44
 
45
45
  <% end %>
@@ -1,41 +1,37 @@
1
- <div class="row">
2
-
3
- <div class="col-md-6">
4
- <div class="portlet light ">
5
- <div class="portlet-title">
6
- <div class="caption caption-md">
7
- <i class="icon-globe theme-font hide"></i>
8
- <span class="caption-subject font-blue-madison bold uppercase"><%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address</span>
9
- </div>
10
- <div class="actions">
11
- <%= link_to edit_member_profile_address_path, class: "btn blue-chambray" do %>
12
- <i class="fa fa-pencil-square-o"></i> Edit Address
13
- <% end %>
14
- <%= link_to member_profile_address_path, class: "btn red-mint", method: :delete, data: { confirm: 'Are you sure you want to delete this address?' } do %>
15
- <i class="fa fa-trash-o"></i> Delete Address
16
- <% end %>
17
- </div>
1
+ <div class="col-md-6">
2
+ <div class="portlet light ">
3
+ <div class="portlet-title">
4
+ <div class="caption caption-md">
5
+ <i class="icon-globe theme-font hide"></i>
6
+ <span class="caption-subject font-blue-madison bold uppercase"><%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address</span>
18
7
  </div>
19
- <div class="portlet-body">
20
- <%= render 'phcmemberspro/member/addresses/components/address_address' %>
8
+ <div class="actions">
9
+ <%= link_to edit_member_profile_address_path, class: "btn blue-steel" do %>
10
+ <i class="fa fa-pencil-square-o"></i> Edit <%= @members_profile_info.mfirstname %> Address
11
+ <% end %>
12
+ <%= link_to member_profile_address_path, class: "btn red-thunderbird", method: :delete, data: { confirm: 'Are you sure you want to delete this address?' } do %>
13
+ <i class="fa fa-trash-o"></i> Delete <%= @members_profile_info.mfirstname %> Address
14
+ <% end %>
21
15
  </div>
22
16
  </div>
17
+ <div class="portlet-body">
18
+ <%= render 'phcmemberspro/member/addresses/components/address_address' %>
19
+ </div>
23
20
  </div>
21
+ </div>
24
22
 
25
- <div class="col-md-6">
26
- <div class="portlet light ">
27
- <div class="portlet-title">
28
- <div class="caption caption-md">
29
- <i class="icon-globe theme-font hide"></i>
30
- <span class="caption-subject font-blue-madison bold uppercase"><%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address Change Log</span>
31
- </div>
32
- <div class="actions">
33
- </div>
23
+ <div class="col-md-6">
24
+ <div class="portlet light ">
25
+ <div class="portlet-title">
26
+ <div class="caption caption-md">
27
+ <i class="icon-globe theme-font hide"></i>
28
+ <span class="caption-subject font-blue-madison bold uppercase"><%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address Change Log</span>
34
29
  </div>
35
- <div class="portlet-body">
36
- <%= render 'phcmemberspro/member/addresses/components/address_audits' %>
30
+ <div class="actions">
37
31
  </div>
38
32
  </div>
33
+ <div class="portlet-body">
34
+ <%= render 'phcmemberspro/member/addresses/components/address_audits' %>
35
+ </div>
39
36
  </div>
40
-
41
37
  </div>
@@ -58,7 +58,7 @@
58
58
  <%= f.text_field :mbwebsite, class: "form-control", placeholder: "Business/Organization: Website (Public)" %>
59
59
  </div>
60
60
 
61
- <div class="form-group">
61
+ <div class="form-group field_with_errors">
62
62
  <%= f.collection_check_boxes :category_ids, Phcmemberspro::Directory::Category.all, :id, :catname do |listing_category| %>
63
63
  <%= listing_category.check_box %>
64
64
  <%= listing_category.label %></br>
@@ -66,7 +66,7 @@
66
66
  </div>
67
67
 
68
68
  <div class="actions">
69
- <%= f.submit class: "btn btn-primary" %>
69
+ <%= f.submit class: "btn blue-steel" %>
70
70
  </div>
71
71
 
72
72
  <% end %>
@@ -1,41 +1,37 @@
1
- <div class="row">
2
-
3
- <div class="col-md-6">
4
- <div class="portlet light ">
5
- <div class="portlet-title">
6
- <div class="caption caption-md">
7
- <i class="icon-globe theme-font hide"></i>
8
- <span class="caption-subject font-blue-madison bold uppercase"><%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Listing</span>
9
- </div>
10
- <div class="actions">
11
- <%= link_to edit_member_profile_address_path, class: "btn blue-chambray" do %>
12
- <i class="fa fa-pencil-square-o"></i> Edit Profile
13
- <% end %>
14
- <%= link_to member_profile_address_path, class: "btn red-mint", method: :delete, data: { confirm: 'Are you sure you want to delete this listing?' } do %>
15
- <i class="fa fa-trash-o"></i> Delete Profile
16
- <% end %>
17
- </div>
1
+ <div class="col-md-6">
2
+ <div class="portlet light ">
3
+ <div class="portlet-title">
4
+ <div class="caption caption-md">
5
+ <i class="icon-globe theme-font hide"></i>
6
+ <span class="caption-subject font-blue-madison bold uppercase"><%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Listing</span>
18
7
  </div>
19
- <div class="portlet-body">
20
- <%= render 'phcmemberspro/member/listings/components/listing_address' %>
8
+ <div class="actions">
9
+ <%= link_to edit_member_profile_listing_path, class: "btn blue-steel" do %>
10
+ <i class="fa fa-pencil-square-o"></i> Edit <%= @members_profile_info.mfirstname %> Listing
11
+ <% end %>
12
+ <%= link_to member_profile_listing_path, class: "btn red-thunderbird", method: :delete, data: { confirm: 'Are you sure you want to delete this listing?' } do %>
13
+ <i class="fa fa-trash-o"></i> Delete <%= @members_profile_info.mfirstname %> Listing
14
+ <% end %>
21
15
  </div>
22
16
  </div>
17
+ <div class="portlet-body">
18
+ <%= render 'phcmemberspro/member/listings/components/listing_address' %>
19
+ </div>
23
20
  </div>
21
+ </div>
24
22
 
25
- <div class="col-md-6">
26
- <div class="portlet light ">
27
- <div class="portlet-title">
28
- <div class="caption caption-md">
29
- <i class="icon-globe theme-font hide"></i>
30
- <span class="caption-subject font-blue-madison bold uppercase"><%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Listing Change Log</span>
31
- </div>
32
- <div class="actions">
33
- </div>
23
+ <div class="col-md-6">
24
+ <div class="portlet light ">
25
+ <div class="portlet-title">
26
+ <div class="caption caption-md">
27
+ <i class="icon-globe theme-font hide"></i>
28
+ <span class="caption-subject font-blue-madison bold uppercase"><%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Listing Change Log</span>
34
29
  </div>
35
- <div class="portlet-body">
36
- <%= render 'phcmemberspro/member/listings/components/listing_audits' %>
30
+ <div class="actions">
37
31
  </div>
38
32
  </div>
33
+ <div class="portlet-body">
34
+ <%= render 'phcmemberspro/member/listings/components/listing_audits' %>
35
+ </div>
39
36
  </div>
40
-
41
37
  </div>
@@ -6,8 +6,8 @@
6
6
  <div class="page-bar">
7
7
  <!-- Bread Crumb -->
8
8
  <ul class="page-breadcrumb">
9
- <li><%= link_to "Dashboard", member_root_path %></li>
10
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
9
+ <li><%= link_to "Dashboard", member_root_path %><i class="fa fa-circle"></i></li>
10
+ <li><%= link_to "Member Profile List", member_profiles_path %><i class="fa fa-circle"></i></li>
11
11
  <li class="active"><%= yield(:phc_title_tagline) %></li>
12
12
  </ul>
13
13
  <div class="page-toolbar">
@@ -25,7 +25,7 @@
25
25
  </div>
26
26
 
27
27
  <div class="actions">
28
- <%= f.submit class: "btn btn-primary" %>
28
+ <%= f.submit class: "btn blue-steel" %>
29
29
  </div>
30
30
 
31
31
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "9.5.3"
2
+ VERSION = "9.5.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.5.3
4
+ version: 9.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-30 00:00:00.000000000 Z
11
+ date: 2016-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails