wheels 0.0.20 → 0.0.21
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/views/forums/show.html.haml +4 -4
- data/wheels.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.21
|
@@ -13,8 +13,8 @@
|
|
13
13
|
= link_to "Manage", edit_forum_discussion_path(@forum, discussion)
|
14
14
|
|
15
15
|
= content_for :links do
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
16
|
+
- if can? :create, Discussion, :forum_id=>@forum.id
|
17
|
+
%li= link_to "New topic in this forum", new_forum_discussion_path(@forum)
|
18
|
+
- if can? :manage, @forum
|
19
|
+
%li= link_to 'Edit', edit_forum_path(@forum)
|
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: 53
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 21
|
10
|
+
version: 0.0.21
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tyler Gannon
|