Skip to content

Commit

Permalink
route fixes to match reader
Browse files Browse the repository at this point in the history
  • Loading branch information
will-r committed Oct 11, 2011
1 parent 31c70bd commit 54c29b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/reader_configuration/_forum.html.haml
@@ -1,7 +1,7 @@
#forum_settings.box
%h3
.actions
= button_to t("edit"), edit_admin_reader_configuration_url, :method => :get
= button_to t("edit"), edit_admin_reader_settings_url, :method => :get
=t("forum_extension.forum_configuration")
%p.ruled
= show_config 'forum.public?'
Expand Down
2 changes: 1 addition & 1 deletion lib/radiant-forum-extension.rb
@@ -1,5 +1,5 @@
module RadiantForumExtension
VERSION = '3.0.1'
VERSION = '3.0.2'
SUMMARY = %q{Forum and Comment Extension for Radiant CMS}
DESCRIPTION = %q{Nice clean forums and page comments for inclusion in your radiant site.}
URL = "http://radiant.spanner.org/forum"
Expand Down
2 changes: 1 addition & 1 deletion radiant-forum-extension.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = RadiantForumExtension::SUMMARY
s.description = RadiantForumExtension::DESCRIPTION

s.add_dependency 'radiant-reader-extension', "~> 3.0.0"
s.add_dependency 'radiant-reader-extension', "~> 3.0.8"
s.add_dependency 'acts_as_list', "~> 0.1.2"

ignores = if File.exist?('.gitignore')
Expand Down

0 comments on commit 54c29b3

Please sign in to comment.