Commit 02516026333d2fc1af0c0d9a0bf7605f215bb5e8
1 parent
739d739d
Exists in
master
and in
28 other branches
ActionItem1160: removing bad taste formatting
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/memberships/new_community.rhtml
| ... | ... | @@ -2,13 +2,13 @@ |
| 2 | 2 | |
| 3 | 3 | <%= error_messages_for :community %> |
| 4 | 4 | |
| 5 | -<div style='margin-left: 20%; margin-right: 20%'> | |
| 5 | +<div> | |
| 6 | 6 | |
| 7 | 7 | <% labelled_form_for :community, @community, :html => { :multipart => true } do |f| %> |
| 8 | 8 | |
| 9 | 9 | <%= required_fields_message %> |
| 10 | 10 | |
| 11 | - <%= required f.text_field(:name, :style => 'width: 100%') %> | |
| 11 | + <%= required f.text_field(:name) %> | |
| 12 | 12 | |
| 13 | 13 | <%= hidden_field_tag :wizard, params[:wizard] %> |
| 14 | 14 | ... | ... |