Stats page

This commit is contained in:
Gregory Eremin
2011-10-24 14:15:00 +04:00
parent 50b5396f11
commit 2eec07dc4d
10 changed files with 66 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ en:
search: "Search"
news: "News"
about: "About"
stat: "Statistics"
login: "Log in"
logout: "Log out"
do_add: "Add some music to playlist"
+1
View File
@@ -3,6 +3,7 @@ ru:
search: "Поиск"
news: "Новости"
about: "О проекте"
stat: "Статистика"
login: "Войти"
logout: "Выйти"
do_add: "Добавьте музыку в плей-лист"
+1
View File
@@ -2,6 +2,7 @@ Beathaven::Application.routes.draw do
match '/' => 'application#index'
match '/greetings/' => 'application#greetings'
match '/about/' => 'application#about'
match '/stat/' => 'application#stat'
match 'user/auth' => 'user#auth'
match 'user/update' => 'user#update'