diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/sk.yml | 2 | ||||
-rw-r--r-- | config/routes.rb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/sk.yml b/config/locales/sk.yml index f75087f..b279494 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -124,7 +124,7 @@ sk: comment: komentár comments: by: 'Odoslal %{who}' - time_ago: '%{time} spáť' + time_ago: 'pred %{time}' thank_you: 'Vďaka za komentár.' thank_you_moderated: 'Ďakujeme za Váš komentár. Vaša správa čaká na schválenie a čoskoro sa objaví.' index: diff --git a/config/routes.rb b/config/routes.rb index ad8d138..f3467bd 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,5 +1,5 @@ Refinery::Core::Engine.routes.draw do - namespace :blog do + namespace :blog, :path => Refinery::Blog.page_url do root :to => "posts#index" resources :posts, :only => [:show] @@ -12,7 +12,7 @@ Refinery::Core::Engine.routes.draw do namespace :blog, :path => '' do namespace :admin, :path => 'refinery' do - scope :path => 'blog' do + scope :path => Refinery::Blog.page_url do root :to => "posts#index" resources :posts do |