Make social preview color a color field (#11903)
This commit is contained in:
parent
ad1a59a14c
commit
4b9779dc82
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@
|
|||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<%= label_tag :social_preview_color, "Color hex" %>
|
||||
<%= text_field_tag :social_preview_color, @listing_category.social_preview_color, class: "form-control" %>
|
||||
<%= label_tag :social_preview_color, "Social preview color" %>
|
||||
<%= color_field_tag :social_preview_color, @listing_category.social_preview_color, class: "form-control" %>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue