Skip to content

Commit

Permalink
make about field text-area
Browse files Browse the repository at this point in the history
  • Loading branch information
phonghpham committed Mar 29, 2024
1 parent a075e8c commit c741cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/organizations/page_texts/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>
<!-- About Us -->
<div class="form-group">
<%= form.text_field :about, label: "About Us", placeholder: "About Us text", class: 'form-control' %>
<%= form.text_area :about, label: "About Us", placeholder: "About Us text", class: 'form-control' %>
</div>
</form>
<% end %>
Expand Down

0 comments on commit c741cf2

Please sign in to comment.