-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72cc0f5
commit c5f2d71
Showing
7 changed files
with
56 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,3 +159,9 @@ ul { | |
.select2-container { | ||
width: 100%; | ||
} | ||
|
||
.columns { | ||
&.email { | ||
padding-left: 0; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,7 @@ | |
%a{ href: "#" } | ||
Партнёры | ||
.menu-item | ||
%a{ href: "#" } | ||
Контакты | ||
= link_to t('helpers.contacts'), article_path(@contact_article) | ||
|
||
.right.social | ||
.icons | ||
|
@@ -21,7 +20,7 @@ | |
%a.blank{ href: configus.social_networks_pages.google_plus } | ||
.min-icon.icon-google | ||
.contacts.row | ||
.small-6.columns | ||
.small-6.columns.email | ||
%a.mail{ href: "#" } | ||
%span.icon.icon-mail | ||
%span [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
ru: | ||
helpers: | ||
enter: Войти | ||
sign_out: Выйти | ||
no_author: Нет автора | ||
in: в | ||
from: c | ||
until: по | ||
year: 'года' | ||
short_year: 'г.' | ||
short_years: 'гг.' | ||
more_info: 'Подробнее' | ||
hide: 'Скрыть' | ||
cancel: Отмена | ||
view_all: посмотреть всех | ||
contacts: Контакты | ||
actions: | ||
update: Редактировать | ||
create: Создать | ||
destroy: Удалить | ||
show: Показать | ||
index: Все | ||
edit: Редактировать | ||
links: | ||
actions: Действия | ||
edit: Изменить | ||
destroy: Удалить | ||
restore: Восстановить | ||
new: Добавить | ||
save: Сохранить | ||
back: Назад | ||
select: Выбрать | ||
approve: Подтвердить | ||
decline: Отклонить | ||
published: Опубликованные новости | ||
unpublished: Неопубликованные новости | ||
add: Добавить |