site_logic 1.7.1 → 1.8.0

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/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.1
1
+ 1.8.0
@@ -10,7 +10,7 @@
10
10
  <th> </th>
11
11
  </tr>
12
12
  <%- if @pages.blank? -%>
13
- <tr><th colspan="8">No pages found.</th></tr>
13
+ <tr><td colspan="8">No pages found.</td></tr>
14
14
  <%- else -%>
15
15
  <%- @pages.each do |page| -%>
16
16
  <tr class="<%= cycle('odd', 'even') -%>">
@@ -22,6 +22,8 @@
22
22
  <%= link_to 'Back', admin_sites_path, :class => 'link_button' -%>
23
23
  <%- end -%>
24
24
  </div>
25
- </fieldset>
25
+ </fieldset><br style="clear: both" />
26
26
 
27
+ <h2>Pages</h2>
27
28
 
29
+ <%= render :partial => 'admin/pages/index' -%>
@@ -24,7 +24,7 @@ Feature: Manage Sites
24
24
  Scenario: Delete Site
25
25
  Given I have sites named IHD
26
26
  When I go to the admin_sites page
27
- And I follow "Delete" within "[@class='crud_links']"
27
+ And I press "" within "[@class='crud_links']"
28
28
  Then I should not see "IHD"
29
29
 
30
30
  Scenario: View Site
data/site_logic.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "site_logic"
8
- s.version = "1.7.1"
8
+ s.version = "1.8.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Bantik"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: site_logic
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 7
9
- - 1
10
- version: 1.7.1
8
+ - 8
9
+ - 0
10
+ version: 1.8.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bantik