phcmemberspro 5.1.3 → 5.1.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: 55e2c59f01b3ce861114fe4896a65f548d8ac464
4
- data.tar.gz: 6b78b1ba38cfd575953d7396bfe90a84cfb7b128
3
+ metadata.gz: 436751ab26f394e20f6d683bcd67dd0764fa79f6
4
+ data.tar.gz: 2d6955349b9e35866be8450cf6fb6cb452d0fb32
5
5
  SHA512:
6
- metadata.gz: d3b0973cdc4a2da993b3122ac20a2dd94877abfb07e1d2eb2e1cdca87778ab66c028ea2f154788dbb82b4d6c9bf339887855668b67c2808a182d6719148f25e7
7
- data.tar.gz: bdc3acf1adb8dea9d8e96e6f60d162cbf82c6b932e78ef3a5701531ce02ddf28f02102526dacb03acd686c59fc3b92f081c07d90691cd2170ca95f497e2eea5f
6
+ metadata.gz: 7740855473e4f9f23ae74ea40d67261fa902f71ab3d416a3b3a79b8d1241b1a668531a68a35806b3ebdd3b60d96ff8b810a598808af0360834663c9b938b7e39
7
+ data.tar.gz: 096720a79747a9ee1645837b82f6404a3ca2d4dee75c79c499eb3f20a86534b2c934498c57f5aea98b29fb84c9ffe658c045d6635c82f685486e3d3eef2aaa78
@@ -19,3 +19,72 @@
19
19
  <%= yield(:phc_title) %> </br>
20
20
  <small><%= yield(:phc_title_tagline) %></small>
21
21
  </h3>
22
+
23
+ <!-- Main Content -->
24
+ <div class="row">
25
+ <div class="col-lg-12">
26
+
27
+ <div class="portlet light">
28
+
29
+ <div class="portlet-title">
30
+ <div class="caption">
31
+ <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
32
+ </div>
33
+ <div class="actions">
34
+ </div>
35
+ </div>
36
+
37
+ <div class="portlet-body">
38
+ <p>
39
+ <strong>Contact Name:</strong>
40
+ <%= @members_business.mbcompanyname %>
41
+ </p>
42
+ <p>
43
+ <strong>Company Name:</strong>
44
+ <%= @members_business.mbcontactname %>
45
+ </p>
46
+
47
+ <p>
48
+ <strong>Address Line 1:</strong>
49
+ <%= @members_business.mbaddressl1 %>
50
+ </p>
51
+
52
+ <p>
53
+ <strong>Address Line 2:</strong>
54
+ <%= @members_business.mbaddressl2 %>
55
+ </p>
56
+
57
+ <p>
58
+ <strong>City:</strong>
59
+ <%= @members_business.mbcity %>
60
+ </p>
61
+
62
+ <p>
63
+ <strong>Province:</strong>
64
+ <%= @members_business.mbprovince %>
65
+ </p>
66
+
67
+ <p>
68
+ <strong>Country:</strong>
69
+ <%= @members_business.mbcountry %>
70
+ </p>
71
+
72
+ <p>
73
+ <strong>PostalCode:</strong>
74
+ <%= @members_business.mbpostalcode %>
75
+ </p>
76
+
77
+ <p>
78
+ <strong>Phone:</strong>
79
+ <%= @members_business.mbphone %>
80
+ </p>
81
+
82
+ <p>
83
+ <strong>Email:</strong>
84
+ <%= @members_business.mbcontactemail %>
85
+ </p>
86
+ </div>
87
+ </div>
88
+
89
+ </div>
90
+ </div>
@@ -29,7 +29,7 @@
29
29
  </div>
30
30
  <div class="form-group">
31
31
  <label><%= f.label :mctype, "Address Type" %></label>
32
- <%= f.select :mctype, [['Billing Address','Billing'],['Street Address','Street'],['Mailing Address','Mailing']], { class: 'form-control' } %>
32
+ <%= f.select :mctype, [['Billing Address','Billing'],['Street Address','Street'],['Mailing Address','Mailing']], {}, :class => "form-control" %>
33
33
  </div>
34
34
  <div class="actions">
35
35
  <%= f.submit "Submit", class: "btn blue-hoki" %>
@@ -29,7 +29,7 @@
29
29
  </div>
30
30
  <div class="form-group">
31
31
  <label><%= f.label :mctype, "Address Type" %></label>
32
- <%= f.select :mctype, [['Billing Address','Billing'],['Street Address','Street'],['Mailing Address','Mailing']], { class: 'form-control' } %>
32
+ <%= f.select :mctype, [['Billing Address','Billing'],['Street Address','Street'],['Mailing Address','Mailing']], {}, class: "form-control" %>
33
33
  </div>
34
34
  <div class="actions">
35
35
  <%= f.submit "Submit", class: "btn blue-hoki" %>
@@ -8,7 +8,7 @@
8
8
  <ul class="page-breadcrumb">
9
9
  <li><%= link_to "Home", members_root_path %><i class="fa fa-circle"></i></li>
10
10
  <li><%= link_to "Members List", members_mains_path %><i class="fa fa-circle"></i></li>
11
- <li><%= link_to "Members Businesses", members_main_businesses_path %><i class="fa fa-circle"></i></li>
11
+ <li><%= link_to "Members Contacts", members_main_contacts_path %><i class="fa fa-circle"></i></li>
12
12
  <li class="active"><%= yield(:phc_title_tagline) %></li>
13
13
  </ul>
14
14
 
@@ -19,3 +19,55 @@
19
19
  <%= yield(:phc_title) %> </br>
20
20
  <small><%= yield(:phc_title_tagline) %></small>
21
21
  </h3>
22
+
23
+ <!-- Main Content -->
24
+ <div class="row">
25
+ <div class="col-lg-12">
26
+
27
+ <div class="portlet light">
28
+
29
+ <div class="portlet-title">
30
+ <div class="caption">
31
+ <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
32
+ </div>
33
+ <div class="actions">
34
+ </div>
35
+ </div>
36
+
37
+ <div class="portlet-body">
38
+
39
+ <p>
40
+ <strong>Address Line 1:</strong>
41
+ <%= @members_contact.mcaddressl1 %>
42
+ </p>
43
+
44
+ <p>
45
+ <strong>Address Line 2:</strong>
46
+ <%= @members_contact.mcaddressl2 %>
47
+ </p>
48
+
49
+ <p>
50
+ <strong>City:</strong>
51
+ <%= @members_contact.mccity %>
52
+ </p>
53
+
54
+ <p>
55
+ <strong>Province:</strong>
56
+ <%= @members_contact.mcprovince %>
57
+ </p>
58
+
59
+ <p>
60
+ <strong>Country:</strong>
61
+ <%= @members_contact.mccountry %>
62
+ </p>
63
+
64
+ <p>
65
+ <strong>PostalCode:</strong>
66
+ <%= @members_contact.mcpostalcode %>
67
+ </p>
68
+
69
+ </div>
70
+ </div>
71
+
72
+ </div>
73
+ </div>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "5.1.3"
2
+ VERSION = "5.1.4"
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: 5.1.3
4
+ version: 5.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts