tkh_content 0.1.12 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.1.13
6
+
7
+ * Minor heading change in pages admin context menu
8
+
9
+
5
10
  ## 0.1.12
6
11
 
7
12
  * Translated submit button of contact form
@@ -1,8 +1,8 @@
1
1
  <% content_for :admin_context_menu do %>
2
- <h2>Admin Section</h2>
2
+ <h2>admin section</h2>
3
3
  <%= link_to 'edit this page', edit_page_path(page), class: 'btn' %>
4
4
  <% if Page.not_for_blog.orphans.published.any? %>
5
- <h4>Reorder Root Page Menu Items</h4>
5
+ <h3>Reorder Root Page Menu Items</h3>
6
6
  <ul class="draggable" data-update-url="<%= sort_pages_path %>">
7
7
  <% for page in Page.not_for_blog.orphans.published.by_menu_position %>
8
8
  <%= content_tag :li, page, class: 'page', id: "page_#{page.id}" do %>
@@ -11,5 +11,4 @@
11
11
  <% end %>
12
12
  </ul>
13
13
  <% end %>
14
-
15
14
  <% end -%>
@@ -1,3 +1,3 @@
1
1
  module TkhContent
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -237,7 +237,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
237
237
  version: '0'
238
238
  segments:
239
239
  - 0
240
- hash: 3561320903126267632
240
+ hash: 2617242097888780837
241
241
  required_rubygems_version: !ruby/object:Gem::Requirement
242
242
  none: false
243
243
  requirements:
@@ -246,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
246
246
  version: '0'
247
247
  segments:
248
248
  - 0
249
- hash: 3561320903126267632
249
+ hash: 2617242097888780837
250
250
  requirements: []
251
251
  rubyforge_project:
252
252
  rubygems_version: 1.8.23