This repository has been archived by the owner on Oct 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
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
c192cbd
commit 4c39c03
Showing
4 changed files
with
24 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
= simple_form_for @user, url: url, html: { method: method, class: 'form-horizontal' } do |f| | ||
= f.input :name | ||
= f.input :email | ||
= f.input :email, input_html: { placeholder: '[email protected]' } | ||
= f.input :description | ||
.form-group | ||
.col-sm-offset-3.col-sm-9 | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,22 @@ ru: | |
activerecord: | ||
attributes: | ||
dish: | ||
name: 'Название' | ||
description: 'Описание' | ||
dish_type: 'Тип блюда' | ||
name: Название | ||
description: Описание | ||
dish_type: Тип блюда | ||
user: | ||
name: Фамилия Имя | ||
email: Email | ||
neem: Не есть | ||
description: Описание | ||
|
||
errors: | ||
models: | ||
user: | ||
attributes: | ||
email: | ||
blank: Введите email | ||
invalid_email: Введите Рестрим email, вида [email protected] | ||
name: | ||
blank: Введите Фамилию и Имя | ||
|
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 |
---|---|---|
@@ -1,15 +1,4 @@ | ||
ru: | ||
activerecord: | ||
errors: | ||
models: | ||
user: | ||
attributes: | ||
email: | ||
blank: Введите email | ||
invalid_email: Введите Рестрим email, вида [email protected] | ||
name: | ||
blank: Введите Фамилию и Имя | ||
|
||
date: | ||
formats: | ||
menu_date: '%d %B, %A' | ||
|