Skip to content

Commit

Permalink
Merge branch 'release/0.14.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Jan 31, 2017
2 parents 401f99e + b9b9f03 commit b5496c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
= link_to t('.current_participants'), admin_activity_lines_lider_ya_lider_path(tab: :current_participants)
%li{ class: (:active if params[:tab] == 'info') }
= link_to t('.info'), admin_activity_lines_lider_ya_lider_path(tab: :info)
%li{ class: (:active if params[:tab] == 'provision') }
= link_to t('.provision'), admin_activity_lines_lider_ya_lider_path(tab: :provision)
%div
- case params[:tab]
- when 'current_participants', nil
Expand Down Expand Up @@ -55,3 +57,6 @@
Токен для связи с сайтом Я-лидер!
%br
= @ya_lider.tokens.first.content
- when 'provision'
%br
!= @ya_lider.provision
1 change: 1 addition & 0 deletions config/locales/ru/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ ru:
this_people_have_access_to_ya_lider: Эти люди имеют доступ в админку сайта МИЦ. Смогут создавать мероприятия, новости, а также видеть и редактировать информацию о конкурсе и участниках
info: Информация о конкурсе
current_participants: Участники текущего этапа
provision: Положение конкурса
delivery:
campaigns:
form:
Expand Down

0 comments on commit b5496c4

Please sign in to comment.