Skip to content

Commit

Permalink
Merge branch 'release/0.6.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Mar 2, 2016
2 parents e97608f + 2a79c17 commit eda0480
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/uploaders/file_uploader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

class FileUploader < ApplicationUploader
def extension_white_list
%w(pdf)
%w(pdf doc docx)
end
end
2 changes: 0 additions & 2 deletions app/views/web/admin/letters/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
= f.input :executor_name, as: :string
= f.input :stamp_of_receipt, as: :string
= f.input :note, as: :string
.alert.alert-dissmissible.alert-info
%span.glyphicon.glyphicon-info-sign
= hint :letter, :file
= f.input :file, as: :attachment_preview
= f.button :submit, t('helpers.links.save'), class: 'btn-success'
Expand Down
2 changes: 1 addition & 1 deletion app/views/web/admin/questionaries/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
= f.input :email, as: :string
= f.input :motto, as: :string
= f.input :mobile_phone, as: :string
= f.input :birth_date, as: :string, as: :date_picker
= f.input :birth_date, as: :date_picker
= f.input :home_adress, as: :string
= f.input :municipality
= f.input :locality, as: :grouped_select, collection: Localities.list_hash, group_method: :last
Expand Down
4 changes: 2 additions & 2 deletions config/locales/ru/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ ru:
place: 'Поиск мест происходит на сервисе Foursquare. Для достижения результата пишите название населённого пункта вначале запроса. Например: Димитровград лагерь Юность. Все населённые пункты на территории Ульяновской области поддерживаются в поиске.'
letter:
executor: 'Найдите исполнителя среди членов МИЦ. Если исполнитель не является членом МИЦ, просто введите его фамилию и инициалы в поле ввода ниже.'
file: 'Загружать можно только PDF-файлы'
file: 'Загружать можно только файлы с расширением PDF, DOC, DOCX'
document:
file: 'Загружать можно только PDF-файлы'
file: 'Загружать можно только файлы с расширением PDF, DOC, DOCX'
delivery/campaign:
mailing_date: 'Если вы не хотите делать отложенную рассылку, оставьте пустым'
notices:
Expand Down

0 comments on commit eda0480

Please sign in to comment.