diff --git a/app/views/projects/_form_0.html.erb b/app/views/projects/_form_0.html.erb index d0daba35c..7af682d32 100644 --- a/app/views/projects/_form_0.html.erb +++ b/app/views/projects/_form_0.html.erb @@ -38,7 +38,7 @@ <%= render 'shared/error_messages', object: f.object %> <%= f.hidden_field :lock_version %> -


+
diff --git a/app/views/projects/_form_1.html.erb b/app/views/projects/_form_1.html.erb index f8fad184e..ed4015ee0 100644 --- a/app/views/projects/_form_1.html.erb +++ b/app/views/projects/_form_1.html.erb @@ -31,7 +31,7 @@ <%= render 'shared/error_messages', object: f.object %> <%= f.hidden_field :lock_version %> -


+
diff --git a/app/views/projects/_form_2.html.erb b/app/views/projects/_form_2.html.erb index 3922f4ef4..efd029f6f 100644 --- a/app/views/projects/_form_2.html.erb +++ b/app/views/projects/_form_2.html.erb @@ -31,7 +31,7 @@ <%= render 'shared/error_messages', object: f.object %> <%= f.hidden_field :lock_version %> -


+
diff --git a/app/views/projects/_form_early.html.erb b/app/views/projects/_form_early.html.erb index 478ea0845..dfe4a3385 100644 --- a/app/views/projects/_form_early.html.erb +++ b/app/views/projects/_form_early.html.erb @@ -1,19 +1,5 @@
-
- - - -
+ +
+
+
+
+ <%# This is a terrible way to "move to right" but it works. + Improvements welcome. %> +          + <%# We use btn-primary to ensure these buttons are clearly seen. %> + + + +
+
diff --git a/config/locales/en.yml b/config/locales/en.yml index a7b50b9f8..a2487f683 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -717,11 +717,11 @@ en: hide_details: Hide details show_all_details: Show all details hide_all_details: Hide all details - show_met_title: Show met & N/A criteria - show_met_html: Show met & N/A - hide_met_title: Hide met & N/A criteria (leaving unmet + show_met_title: Show complete and incomplete criteria + show_met_html: Show complete and incomplete criteria + hide_met_title: Show only incomplete criteria (showing only unmet and unknown) - hide_met_html: Hide met & N/A + hide_met_html: Show only incomplete criteria passing_alt: Enough for a badge! barely_alt: Barely enough for a badge. failing_alt: Not enough for a badge. diff --git a/docs/criteria.md b/docs/criteria.md index 6f3ffcc43..7b454eb86 100644 --- a/docs/criteria.md +++ b/docs/criteria.md @@ -605,4 +605,4 @@ Development processes and security: * [design.md](design.md) - Architectural design information * [implementation.md](implementation.md) - Implementation notes * [testing.md](testing.md) - Information on testing -* [assurance-case.md](assurance-case.md) - Why it's adequately secure (assurance case) +* [security.md](security.md) - Why it's adequately secure (assurance case) diff --git a/docs/dependency_decisions.yml b/docs/dependency_decisions.yml index 7369789d1..198fbf624 100644 --- a/docs/dependency_decisions.yml +++ b/docs/dependency_decisions.yml @@ -524,3 +524,9 @@ in its README :versions: [] :when: 2020-11-06 14:47:00.991793938 Z +- - :permit + - MIT AND (BSD-2-Clause OR GPL-2.0-or-later) + - :who: + :why: + :versions: [] + :when: 2024-01-18 16:10:46.361805391 Z diff --git a/docs/testing.md b/docs/testing.md index 6d8eeb59b..ace9a5080 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -206,7 +206,7 @@ You may also need to set your PATH to run npm binaries: `PATH="$PATH:node_module ### Mac -Run `./install-badge-dev-env` +Run `./install-badge-dev-env` ### Binding.pry