From 8c87f17ee7258cdef41ba1df48b75b82cbbdcced Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Fri, 2 Oct 2015 15:47:09 -0400 Subject: [PATCH] Change edit form so criteria short name is superscripted (!bold), issue #58 --- BadgeApp/app/views/projects/_form.html.erb | 122 ++++++++++----------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/BadgeApp/app/views/projects/_form.html.erb b/BadgeApp/app/views/projects/_form.html.erb index fcbf3a86e..dbf07b865 100644 --- a/BadgeApp/app/views/projects/_form.html.erb +++ b/BadgeApp/app/views/projects/_form.html.erb @@ -43,7 +43,7 @@
The project website MUST succinctly describe what the software does (what problem does it solve?), in language that potential users can - understand (e.g., it uses minimal jargon). [description-sufficient] + understand (e.g., it uses minimal jargon). [description-sufficient] <%= f.text_field :description_sufficient_justification, class:"form-control", hide_label: true, placeholder:'Please explain' %>
@@ -64,7 +64,7 @@
The project website MUST provide information on how to: obtain,provide feedback - (as bug reports or enhancements), and contribute to the sofware. [interact] + (as bug reports or enhancements), and contribute to the sofware. [interact] <%= f.text_field :interact_justification, class:"form-control", hide_label: true, placeholder:'Please explain' %>
@@ -84,7 +84,7 @@
The project website MUST provide information on how to: obtain,provide feedback - (as bug reports or enhancements), and contribute to the sofware. [contribution] + (as bug reports or enhancements), and contribute to the sofware. [contribution] <%= f.text_field :contribution_justification, class:"form-control", hide_label: true, placeholder:'Please explain' %>
@@ -104,7 +104,7 @@
The project website MUST provide information on how to: obtain, provide feedback - (as bug reports or enhancements), and contribute to the sofware. [contribution-criteria] + (as bug reports or enhancements), and contribute to the sofware. [contribution-criteria] <%= f.text_field :contribution_criteria_justification, class:"form-control", hide_label: true, placeholder:'Please explain' %>
@@ -125,7 +125,7 @@
License(s) MUST be posted in a standard location (e.g., as a top-level file named LICENSE or COPYING). - License filenames MAY be followed by an extension such as ".txt" or ".md") [license-location] + License filenames MAY be followed by an extension such as ".txt" or ".md") [license-location] <%= f.text_field :license_location_justification, class:"form-control", hide_label: true, placeholder:'Please explain' %>
@@ -148,7 +148,7 @@ an approved license by the Open Source Initiative (OSI) a free license as approved by the Free Software Foundation (FSF) a free license acceptable to Debian main - a "good" license according to Fedora. [oss-license] + a "good" license according to Fedora. [oss-license] <%= f.text_field :oss_license_justification, class:"form-control", hide_label: true, placeholder:'Please Explain' %> @@ -167,7 +167,7 @@ <% end %>
- It is SUGGESTED that any required license(s) be OSI-approved. [oss-license-osi] + It is SUGGESTED that any required license(s) be OSI-approved. [oss-license-osi] <%= f.text_field :oss_license_osi_justification, class:"form-control", hide_label: true, placeholder:'Please Explain' %>
@@ -202,7 +202,7 @@ how to install it, how to start it, how to use it (possibly with a tutorial using examples), and how to use it securely (e.g., what to do and what not to do) if that is an appropriate topic for the software. The security documentation need not be long (it is better for the software to be designed to be secure by default). - [documentation-basics] + [documentation-basics] <%= f.text_field :documentation_basics_justification, class:"form-control", hide_label: true, placeholder:'Please Explain' %> @@ -222,7 +222,7 @@
The project MUST include reference documentation that describes its interface. - [documentation-interface] + [documentation-interface] <%= f.text_field :documentation_interface_justification, class:"form-control", hide_label: true, placeholder:'Please Explain' %>