Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Changed styles for total user info.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvislov committed Feb 25, 2013
1 parent f68c746 commit d09e4db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/db/*.sqlite3
/config/database.yml
/public/uploads/
/public/system/upload
/public/system/uploads

# Ignore all logfiles and tempfiles.
/log/*.log
Expand Down
2 changes: 1 addition & 1 deletion app/views/web/users/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%h1=t '.title'
%h5
=t('.registred_title', activated_count: User.activated.count, participant: Russian.p(User.activated.shown_as_participants.count, t('.one_participant'), t('.two_participant'), t('.many_participant')), participants_count: User.activated.shown_as_participants.count).html_safe
=t '.registred_title', activated_count: User.activated.count, participant: Russian.p(User.activated.shown_as_participants.count, t('.one_participant'), t('.two_participant'), t('.many_participant')), participants_count: User.activated.shown_as_participants.count
%br

%table.table.table-striped
Expand Down
2 changes: 1 addition & 1 deletion config/locales/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ru:

index:
title: 'Пойдут на стачку'
registred_title: "Зарегистрировалось – <span class='color'>%{activated_count} %{participant}</span>.<br>Ниже <span class='color'>%{participants_count}, кто согласился рассказать о себе.</span>"
registred_title: "Зарегистрировалось – %{activated_count} %{participant}. Ниже %{participants_count}, кто согласился рассказать о себе."
one_participant: 'Участник'
two_participant: 'участника'
many_participant: 'участников'
Expand Down

0 comments on commit d09e4db

Please sign in to comment.