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

Commit

Permalink
Increase maxlength of account's note
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly committed Dec 19, 2018
1 parent ebed9e9 commit f1e70f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/settings/profiles/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.fields-row
.fields-row__column.fields-group.fields-row__column-6
= f.input :display_name, wrapper: :with_label, input_html: { maxlength: 30 }, hint: false
= f.input :note, wrapper: :with_label, input_html: { maxlength: 160 }, hint: false
= f.input :note, wrapper: :with_label, input_html: { maxlength: 1000 }, hint: false

.fields-row
.fields-row__column.fields-row__column-6
Expand Down

0 comments on commit f1e70f8

Please sign in to comment.