phcmemberspro 11.5.3 → 11.6.0

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: 469720511364a64964814a67f06b53f45031f04c
4
- data.tar.gz: 58bfdb9ac4cfefa886e1a1707b0566c8b877465b
3
+ metadata.gz: 55c1715b6e158836a97b30d7a25102948493c175
4
+ data.tar.gz: 2c604fb5a79f113e022a9433d47f92568398d7f6
5
5
  SHA512:
6
- metadata.gz: 90ed81fbff66d8e2dd44e20f53740872c56b0bd6f068986f6437b318dfe3499eaa96daa462b95a9ffa4de4a9243df9af8525a23a37b43543e32d6939d12f0209
7
- data.tar.gz: 4ed370fb83cc82580ac2843985041bb842c814dd6d39e629e509d86aac4833e0540cb4fd1da4581d926ec22473521af4e70dadcc1f49bfdc6b495f18701354f6
6
+ metadata.gz: 424532584c9a4c0e91b693ce3f22408b696fb0d57b5cdaa024d0903639510351b45930c78e391e5803c6d621f31b0dcff409353c1d9cfec1550a868f56414590
7
+ data.tar.gz: 54cd5ccf3af095a0f2ae71d5c692b04262192f8fc3d15ecee8612b0a5eb31a4ec5299735831a585745058d7f5e5954c885488d5b42bd458ca19b6da8bec3b9bd
@@ -1,25 +1,29 @@
1
- <div class="scroller" style="height: 320px;" data-always-visible="1" data-rail-visible1="0" data-handle-color="#D7DCE2">
2
- <ul class="feeds">
3
- <% @versions.each do |version| %>
4
- <li>
5
- <div class="col1">
6
- <div class="cont">
7
- <div class="cont-col1">
8
- <div class="label label-sm label-success">
9
- <i class="fa fa-bell-o"></i>
10
- </div>
11
- </div>
12
- <div class="cont-col2">
13
- <div class="desc">
14
- <strong>EVENT #<%= version.id %></strong> - <i> <%= l(version.created_at, format: "%-d/%m/%Y") %> </i> - <%= version.event.capitalize %> - <%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Profile Information
15
- </div>
16
- </div>
17
- </div>
18
- </div>
19
- <div class="col2">
20
- <div class="date"> <%= l(version.created_at, format: "%H:%M %Z") %> </div>
21
- </div>
22
- </li>
23
- <% end %>
24
- </ul>
1
+ <div class="ibox">
2
+ <div class="ibox-content">
3
+ <div class="project-list">
4
+ <table class="table table-hover">
5
+ <tbody>
6
+ <% @versions.each do |version| %>
7
+ <tr>
8
+ <td>
9
+ <span class="label label-primary"><%= version.event.capitalize %></span>
10
+ </td>
11
+ <td class="issue-info">
12
+ EVENT #<%= version.id %>
13
+ <small>
14
+ <%= version.event.capitalize + ' ' + @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Profile Information
15
+ </small>
16
+ </td>
17
+ <td>
18
+ <%= version.whodunnit %>
19
+ </td>
20
+ <td>
21
+ <%= l(version.created_at, format: "%-d/%m/%Y") %> - <%= l(version.created_at, format: "%H:%M %Z") %>
22
+ </td>
23
+ </tr>
24
+ <% end %>
25
+ </tbody>
26
+ </table>
27
+ </div>
28
+ </div>
25
29
  </div>
@@ -1,51 +1,50 @@
1
- <div class="row">
2
-
3
- <div class="col-md-6">
4
-
5
- <div class="portlet light ">
6
- <div class="portlet-title">
7
- <div class="caption caption-md">
8
- <i class="icon-globe theme-font hide"></i>
9
- <span class="caption-subject font-blue-madison bold uppercase"><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Addresses</span>
10
- </div>
11
- <div class="actions">
12
- </div>
13
- </div>
14
- <div class="portlet-body">
15
- <%= render 'phcmemberspro/member/profiles/components/profile_addresses_table' %>
16
- </div>
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>
17
11
  </div>
12
+ </div>
13
+ <div class="ibox-content">
14
+ <%= render 'phcmemberspro/member/profiles/components/profile_addresses_table' %>
15
+ </div>
16
+ </div>
18
17
 
19
- <div class="portlet light ">
20
- <div class="portlet-title">
21
- <div class="caption caption-md">
22
- <i class="icon-globe theme-font hide"></i>
23
- <span class="caption-subject font-blue-madison bold uppercase"><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Listings</span>
24
- </div>
25
- <div class="actions">
26
- </div>
27
- </div>
28
- <div class="portlet-body">
29
- <%= render 'phcmemberspro/member/profiles/components/profile_listings_table' %>
30
- </div>
18
+ <div class="ibox">
19
+ <div class="ibox-title">
20
+ <h5><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Listings</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>
31
28
  </div>
32
-
33
29
  </div>
30
+ <div class="ibox-content">
31
+ <%= render 'phcmemberspro/member/profiles/components/profile_listings_table' %>
32
+ </div>
33
+ </div>
34
34
 
35
- <div class="col-md-6">
36
- <div class="portlet light ">
37
- <div class="portlet-title">
38
- <div class="caption caption-md">
39
- <i class="icon-globe theme-font hide"></i>
40
- <span class="caption-subject font-blue-madison bold uppercase"><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Change Log</span>
41
- </div>
42
- <div class="actions">
43
- </div>
44
- </div>
45
- <div class="portlet-body">
46
- <%= render 'phcmemberspro/member/profiles/components/profile_audits' %>
47
- </div>
35
+ <div class="ibox">
36
+ <div class="ibox-title">
37
+ <h5><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Change Log</h5>
38
+ <div class="ibox-tools">
39
+ <a class="collapse-link">
40
+ <i class="fa fa-chevron-up"></i>
41
+ </a>
42
+ <a class="close-link">
43
+ <i class="fa fa-times"></i>
44
+ </a>
48
45
  </div>
49
46
  </div>
50
-
47
+ <div class="ibox-content">
48
+ <%= render 'phcmemberspro/member/profiles/components/profile_audits' %>
49
+ </div>
51
50
  </div>
@@ -1,33 +1,20 @@
1
- <div class="ibox-content no-padding border-left-right">
2
- <%= image_tag @member_profile.gravatar_url, :class => 'img-responsive' %>
3
- </div>
4
- <div class="ibox-content profile-content">
5
- <h4><strong><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname + ' ' + @member_profile.mtitle %></strong></h4>
6
- <h5>Member Notes</h5>
7
- <p></p>
8
- <div class="row m-t-lg">
9
- <div class="col-md-4">
10
- <h5><strong><%= @member_profile.addresses.count(:all) %></strong> Addresses</h5>
1
+ <div class="ibox">
2
+ <div class="ibox-content text-center">
3
+
4
+ <h1><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %></h1>
5
+ <div class="m-b-sm">
6
+ <%= image_tag @member_profile.gravatar_url, class: 'img-circle' %>
11
7
  </div>
12
- <div class="col-md-4">
13
- <h5><strong><%= @member_profile.listings.count(:all) %></strong> Listings</h5>
14
- </div>
15
- <div class="col-md-4">
16
- <h5><strong></strong> Active Listings</h5>
17
- </div>
18
- </div>
19
- <div class="user-button">
20
- <div class="row">
21
- <div class="col-md-6">
22
- <%= button_to member_profile_listings_path(@member_profile), class: "btn btn-primary btn-sm btn-block" do %>
23
- <i class="fa fa-envelope"></i> Member Addresses
24
- <% end %>
25
- </div>
26
- <div class="col-md-6">
27
- <%= button_to member_profile_addresses_path(@member_profile), class: "btn btn-primary btn-sm btn-block" do %>
28
- <i class="fa fa-list-alt"></i> Member Listings
29
- <% end %>
30
- </div>
8
+ <p class="font-bold"><%= @member_profile.mtitle %></p>
9
+
10
+ <div class="text-center">
11
+ <%= link_to edit_member_profile_path(@member_profile), class: "btn btn-sm btn-primary" do %>
12
+ <i class="fa fa-pencil-square-o"></i> Update
13
+ <% end %>
14
+ <%= link_to @member_profile, method: :delete, data: { confirm: 'Are you sure? Removing a member will delete all records, including listings information and any member directory connections.' }, class: "btn btn-sm btn-danger" do %>
15
+ <i class="fa fa-trash-o"></i> Delete
16
+ <% end %>
31
17
  </div>
18
+
32
19
  </div>
33
- </div>
20
+ </div>
@@ -19,10 +19,21 @@
19
19
  </div>
20
20
  </div>
21
21
 
22
- <div class="wrapper wrapper-content">
23
- <div class="row animated fadeInRight">
22
+ <div class="wrapper wrapper-content animated fadeInRight">
23
+
24
+ <!-- Page Content -->
25
+ <div class="row">
24
26
  <div class="col-md-4">
25
27
  <%= render 'phcmemberspro/member/profiles/components/profile_sidebar' %>
26
28
  </div>
29
+ <div class="col-md-8">
30
+
31
+ </div>
27
32
  </div>
33
+ <div class="row">
34
+ <div class="col-md-12">
35
+ <%= render 'phcmemberspro/member/profiles/components/profile_main' %>
36
+ </div>
37
+ </div>
38
+
28
39
  </div>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "11.5.3"
2
+ VERSION = "11.6.0"
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: 11.5.3
4
+ version: 11.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-30 00:00:00.000000000 Z
11
+ date: 2016-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails