diff --git a/app/views/fields/carrierwave_field/_form.html.erb b/app/views/fields/carrierwave_field/_form.html.erb index 351b054f1..290d0e382 100644 --- a/app/views/fields/carrierwave_field/_form.html.erb +++ b/app/views/fields/carrierwave_field/_form.html.erb @@ -3,6 +3,6 @@
<%= image_tag field.url, style: "background-color:#d9d9d9;max-width:100px" if field.url %> -
+
<%= f.file_field field.attribute %>
diff --git a/app/views/fields/carrierwave_field/_index.html.erb b/app/views/fields/carrierwave_field/_index.html.erb index 393ad128b..b6ba236fc 100644 --- a/app/views/fields/carrierwave_field/_index.html.erb +++ b/app/views/fields/carrierwave_field/_index.html.erb @@ -1 +1 @@ -<%= image_tag field.url, style: "background-color:#d9d9d9" if field.url%> +<%= image_tag field.url, style: "background-color:#d9d9d9" if field.url %> diff --git a/app/views/fields/carrierwave_field/_show.html.erb b/app/views/fields/carrierwave_field/_show.html.erb index 70fa05b85..15a40a9c3 100644 --- a/app/views/fields/carrierwave_field/_show.html.erb +++ b/app/views/fields/carrierwave_field/_show.html.erb @@ -1 +1 @@ -<%= image_tag field.url, style: "background-color:#d9d9d9;max-width:400px" if field.url%> +<%= image_tag field.url, style: "background-color:#d9d9d9;max-width:400px" if field.url %> diff --git a/app/views/fields/tag_moderators_field/_form.html.erb b/app/views/fields/tag_moderators_field/_form.html.erb index 4c5afbb01..3aee083b1 100644 --- a/app/views/fields/tag_moderators_field/_form.html.erb +++ b/app/views/fields/tag_moderators_field/_form.html.erb @@ -3,5 +3,6 @@
<%= f.text_field field.attribute, value: field.to_s, placeholder: "comma separated, space is optional. Example: 1,2,3" %> - comma separated, space is optional. Example: 1,2,3 + comma separated, space is optional. Example: + 1,2,3
diff --git a/app/views/fields/user_analytics_field/_form.html.erb b/app/views/fields/user_analytics_field/_form.html.erb index 2a2772e3e..9568f60ee 100644 --- a/app/views/fields/user_analytics_field/_form.html.erb +++ b/app/views/fields/user_analytics_field/_form.html.erb @@ -3,4 +3,4 @@
<%= f.check_box field.attribute %> -
\ No newline at end of file +