diff --git a/app/views/reading_groups/_form.html.erb b/app/views/reading_groups/_form.html.erb index af87193..0e4debd 100644 --- a/app/views/reading_groups/_form.html.erb +++ b/app/views/reading_groups/_form.html.erb @@ -9,11 +9,6 @@ <%= f.label :name, class: 'control-label' %> <%= f.text_field :name, class: 'text-field' %> -
-

- The name of your Reading Group. -

-
@@ -21,11 +16,6 @@ <%= f.label :description, class: 'control-label' %> <%= f.text_area :description, class: 'text-area' %>
-
-

- A short description of your Reading Group. -

-
diff --git a/app/views/readings/_form.html.erb b/app/views/readings/_form.html.erb index 4a342d0..f46c685 100644 --- a/app/views/readings/_form.html.erb +++ b/app/views/readings/_form.html.erb @@ -10,7 +10,7 @@

- Name the quality of this reading. + It is a verbal concise form of highlighting the content of an interpretation.

Example values: terrible, bad, regular, good, great etc. @@ -20,37 +20,33 @@

- <%= f.label :grade, class: 'control-label' %> - <%= f.text_field :grade, class: 'text-field' %> + <%= f.label :color, class: 'control-label' %> +
+ <%= f.text_field :color, class: 'text-field' %> + +

- Your software will be given a grade for its performance in each metric. Define this grade. + It is a visual form of highlighting an interpretation. You can choose one by typing its hexadecimal value or by using the color picker.

- Example values: 0, 1, 2, 3, 4 etc. + Example values: 000000, 00ff00 etc

- <%= f.label :color, class: 'control-label' %> -
- <%= f.text_field :color, class: 'text-field' %> - -
+ <%= f.label :grade, class: 'control-label' %> + <%= f.text_field :grade, class: 'text-field' %>

- The color that represents your Reading. You can choose one by typing its hexadecimal value or by using the color picker. -

-

- Example values: 000000, 00ff00 etc + A number to classify this reading.

-
-- libgit2 0.21.2