phcpresspro 6.4.1 → 6.4.2

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: 3b80cf9862035cf7dbf10bab7f0448f93a5e0d61
4
- data.tar.gz: 173d30005eec0ec89f15170093ebdf931b611db5
3
+ metadata.gz: 653035059106e374386dfdcc165a15d25bdd9c14
4
+ data.tar.gz: a4199c0252ed40d02c076d1415d700eb329fcb2f
5
5
  SHA512:
6
- metadata.gz: 9506439d38e463b15808955a8c5800e98742ee1b9b280865d7d9223d5fab52ea50d2d3244c351150db7a28557e315afc31569e0a9ff4664c98e28c1e45020fdf
7
- data.tar.gz: a7a002cb48152042464d2e2053665f65350bf74ea4dd28760b817fd36ef537d65b065860cdf75a08e87c50d6a99df5e8b672878e10bd3688d69d5e034fec30cb
6
+ metadata.gz: 6eb01cb8ed4a8b80e04ccde512f039fa873dfcd67d09036e356cf5570fc5fa5166921a08f5b96bd0d4ac415fd3cbef1a08d4666f28f8732e0734c892b86b8e4a
7
+ data.tar.gz: 0298be9c3c39d3858a25dad5e743fe1db2ac3f514dd7ee35400f794091d07936bc4abc2cfb717df9592ac572d33df95f72346cd8b013194c112990ad649e1190
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Article Manager" %>
3
- <% phc_title_tagline "Update News Article" %>
2
+ <% phc_title "News Post Manager" %>
3
+ <% phc_title_tagline "Update News Post" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -9,14 +9,14 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Articles List", phcpresspro.articles_posts_path %></li>
12
+ <li><%= link_to "News Post List", phcpresspro.articles_posts_path %></li>
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
16
16
  <div class="col-sm-8">
17
17
  <div class="title-action">
18
18
  <%= link_to phcpresspro.articles_posts_path, class: "btn btn-primary" do %>
19
- <i class="fa fa-plus"></i> Back to Article Index
19
+ <i class="fa fa-plus"></i> Back to Post Index
20
20
  <% end %>
21
21
  </div>
22
22
  </div>
@@ -25,8 +25,6 @@
25
25
 
26
26
  <!-- Page Content -->
27
27
  <div class="wrapper wrapper-content animated fadeInRight">
28
- <div class="ibox-content">
29
- <%= render 'form', articles_post: @articles_post %>
30
- </div>
28
+ <%= render 'form', articles_post: @articles_post %>
31
29
  </div>
32
30
  <!-- Page Content -->
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Article Manager" %>
3
- <% phc_title_tagline "Article Index" %>
2
+ <% phc_title "News Post Manager" %>
3
+ <% phc_title_tagline "News Post Index" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -9,14 +9,13 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Articles List", phcpresspro.articles_posts_path %></li>
13
12
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
13
  </ol>
15
14
  </div>
16
15
  <div class="col-sm-8">
17
16
  <div class="title-action">
18
17
  <%= link_to phcpresspro.new_articles_post_path, class: "btn btn-primary" do %>
19
- <i class="fa fa-plus"></i> New Article Post
18
+ <i class="fa fa-plus"></i> Create a News Post
20
19
  <% end %>
21
20
  </div>
22
21
  </div>
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Articles Manager" %>
3
- <% phc_title_tagline "Post a New Article" %>
2
+ <% phc_title "News Post Manager" %>
3
+ <% phc_title_tagline "Create a News Post" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -9,14 +9,14 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Articles List", phcpresspro.articles_posts_path %></li>
12
+ <li><%= link_to "News Post List", phcpresspro.articles_posts_path %></li>
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
16
16
  <div class="col-sm-8">
17
17
  <div class="title-action">
18
18
  <%= link_to phcpresspro.articles_posts_path, class: "btn btn-primary" do %>
19
- <i class="fa fa-plus"></i> Back to Article Index
19
+ <i class="fa fa-plus"></i> Back to Post Index
20
20
  <% end %>
21
21
  </div>
22
22
  </div>
@@ -25,8 +25,6 @@
25
25
 
26
26
  <!-- Page Content -->
27
27
  <div class="wrapper wrapper-content animated fadeInRight">
28
- <div class="ibox-content">
29
- <%= render 'form', articles_post: @articles_post %>
30
- </div>
28
+ <%= render 'form', articles_post: @articles_post %>
31
29
  </div>
32
30
  <!-- Page Content -->
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Articles Manager" %>
3
- <% phc_title_tagline "Article Details" %>
2
+ <% phc_title "News Post Manager" %>
3
+ <% phc_title_tagline "News Post Details" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "6.4.1"
2
+ VERSION = "6.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.1
4
+ version: 6.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts