phcmemberspro 11.8.0 → 11.8.1

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: e03cd34c0b974501c5b2ca446a2a3c84e4fe0d5f
4
- data.tar.gz: 07e40f1e617362538c22d632528d0ed6e75a257c
3
+ metadata.gz: 731c23a54dd26a9cf407f51f221b29f3e372db48
4
+ data.tar.gz: 981bde7dfde7537523a7ff337e4383877fc6531b
5
5
  SHA512:
6
- metadata.gz: 82a4c555485adb5c7e00eb9d91da6c865eadb68fb54158d424df8a7895ae2cbc5cd76a7b23250a860e8f17743faec8e2fbd037663563fc07a7f85869d045cbbf
7
- data.tar.gz: a54acc61cdf231d2cb65779e1b2c9c388d4b92825844100dfb28f52f704b1d8bd20223426c0064fc3c1df8cc77ddf6ec5fedac3de06f552b9a404bd6fdbd36d0
6
+ metadata.gz: d4913ea62ebe0f7b20218cac97746604a1a3c358fd7ae50d68403da6f514910518115f1b5a98fe987ba1d591d017137174713279d5d238bea5ac56bec2e2f40a
7
+ data.tar.gz: aa090b7c90ae49bf65875d5661ed17fe10a65b0ad49bb91c826297e1c8d05d837e32893e13be100adc864e4e429189f38c0339afad0141ba4e3ef5a3ada86471
@@ -1,37 +1,35 @@
1
- <div class="table-responsive">
2
- <table class="table table-striped table-bordered table-hover table-header-fixed">
1
+ <table class="table table-striped table-bordered table-advance table-hover">
3
2
 
4
- <thead class="thead-inverse">
5
- <tr>
6
- <th>Company Name</th>
7
- <th>Conact Name</th>
8
- <th>Street Address</th>
9
- <th>Address Line 2</th>
10
- <th>City</th>
11
- <th>Province</th>
12
- <th>Country</th>
13
- <th>Postal Code</th>
14
- <th>Listing Phone</th>
15
- <th>Listing Email</th>
16
- <th>Listing Website</th>
17
- </tr>
18
- </thead>
3
+ <thead class="thead-inverse">
4
+ <tr>
5
+ <th>Company Name</th>
6
+ <th>Conact Name</th>
7
+ <th>Street Address</th>
8
+ <th>Address Line 2</th>
9
+ <th>City</th>
10
+ <th>Province</th>
11
+ <th>Country</th>
12
+ <th>Postal Code</th>
13
+ <th>Listing Phone</th>
14
+ <th>Listing Email</th>
15
+ <th>Listing Website</th>
16
+ </tr>
17
+ </thead>
19
18
 
20
- <tbody>
21
- <tr>
22
- <td class="highlight"><%= @member_listing.mbcompanyname %></td>
23
- <td class="highlight"><%= @member_listing.mbcontactname %></td>
24
- <td class="highlight"><%= @member_listing.mbaddressl1 %></td>
25
- <td class="highlight"><%= @member_listing.mbaddressl2 %></td>
26
- <td class="highlight"><%= @member_listing.mbcity %></td>
27
- <td class="highlight"><%= @member_listing.mbprovince %></td>
28
- <td class="highlight"><%= @member_listing.mbcountry %></td>
29
- <td class="highlight"><%= @member_listing.mbpostalcode %></td>
30
- <td class="highlight"><%= @member_listing.mbphone %></td>
31
- <td class="highlight"><%= @member_listing.mbcontactemail %></td>
32
- <td class="highlight"><%= @member_listing.mbwebsite %></td>
33
- </tr>
34
- </tbody>
19
+ <tbody>
20
+ <tr>
21
+ <td class="highlight"><%= @member_listing.mbcompanyname %></td>
22
+ <td class="highlight"><%= @member_listing.mbcontactname %></td>
23
+ <td class="highlight"><%= @member_listing.mbaddressl1 %></td>
24
+ <td class="highlight"><%= @member_listing.mbaddressl2 %></td>
25
+ <td class="highlight"><%= @member_listing.mbcity %></td>
26
+ <td class="highlight"><%= @member_listing.mbprovince %></td>
27
+ <td class="highlight"><%= @member_listing.mbcountry %></td>
28
+ <td class="highlight"><%= @member_listing.mbpostalcode %></td>
29
+ <td class="highlight"><%= @member_listing.mbphone %></td>
30
+ <td class="highlight"><%= @member_listing.mbcontactemail %></td>
31
+ <td class="highlight"><%= @member_listing.mbwebsite %></td>
32
+ </tr>
33
+ </tbody>
35
34
 
36
- </table>
37
- </div>
35
+ </table>
@@ -1,37 +1,33 @@
1
- <div class="col-md-8">
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"><%= yield(:phc_title_tagline) %></span>
7
- </div>
8
- <div class="actions">
9
- <%= link_to edit_member_profile_listing_path, class: "btn blue-soft" 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-mint", 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 %>
15
- </div>
16
- </div>
17
- <div class="portlet-body">
18
- <%= render 'phcmemberspro/member/listings/components/listing_address' %>
1
+ <div class="ibox">
2
+ <div class="ibox-title">
3
+ <h5><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Addresses</h5>
4
+ <div class="ibox-tools">
5
+ <a class="collapse-link">
6
+ <i class="fa fa-chevron-up"></i>
7
+ </a>
8
+ <a class="close-link">
9
+ <i class="fa fa-times"></i>
10
+ </a>
19
11
  </div>
20
12
  </div>
13
+ <div class="ibox-content">
14
+ <%= render 'phcmemberspro/member/listings/components/listing_address' %>
15
+ </div>
21
16
  </div>
22
17
 
23
- <div class="col-md-4">
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>
29
- </div>
30
- <div class="actions">
31
- </div>
32
- </div>
33
- <div class="portlet-body">
34
- <%= render 'phcmemberspro/member/listings/components/listing_audits' %>
18
+ <div class="ibox">
19
+ <div class="ibox-title">
20
+ <h5><%= @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %> Listing Change Log</h5>
21
+ <div class="ibox-tools">
22
+ <a class="collapse-link">
23
+ <i class="fa fa-chevron-up"></i>
24
+ </a>
25
+ <a class="close-link">
26
+ <i class="fa fa-times"></i>
27
+ </a>
35
28
  </div>
36
29
  </div>
30
+ <div class="ibox-content">
31
+ <%= render 'phcmemberspro/member/listings/components/listing_audits' %>
32
+ </div>
37
33
  </div>
@@ -24,27 +24,7 @@
24
24
  <!-- Page Content -->
25
25
  <div class="row">
26
26
  <div class="col-lg-12">
27
-
28
- <div class="ibox float-e-margins">
29
-
30
- <div class="ibox-title">
31
- <h5><%= yield(:phc_title_tagline) %></h5>
32
- <div class="ibox-tools">
33
- <a class="collapse-link">
34
- <i class="fa fa-chevron-up"></i>
35
- </a>
36
- <a class="close-link">
37
- <i class="fa fa-times"></i>
38
- </a>
39
- </div>
40
- </div>
41
-
42
- <div class="ibox-content">
43
- <%= render 'phcmemberspro/member/listings/components/listing_main' %>
44
- </div>
45
-
46
- </div>
47
-
27
+ <%= render 'phcmemberspro/member/listings/components/listing_main' %>
48
28
  </div>
49
29
  </div>
50
30
 
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "11.8.0"
2
+ VERSION = "11.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.8.0
4
+ version: 11.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts