wheels 0.0.27 → 0.0.28
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/views/pages/_control_panel.html.haml +1 -1
- data/wheels.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.28
|
@@ -15,6 +15,6 @@
|
|
15
15
|
Set permissions >>
|
16
16
|
= link_to 'Edit Access', access_control_entries_path(:resource_class=>"Page", :resource_id=>@page.id), |
|
17
17
|
:confirm => "Are you sure? Any unsaved changes on this page should be saved before leaving."
|
18
|
-
%li= link_to 'New Page as child',
|
18
|
+
%li= link_to 'New Page as child', new_page_path(:page_id=>@page.id), |
|
19
19
|
:confirm => "Are you sure? Any unsaved changes on this page should be saved before leaving."
|
20
20
|
|
data/wheels.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wheels
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 39
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 28
|
10
|
+
version: 0.0.28
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tyler Gannon
|