diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 5105a459a..30332d49b 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -289,7 +289,6 @@ padding: rem-calc(32) 0; .draft-chooser { - margin-bottom: rem-calc(32); h3 { vertical-align: top; diff --git a/app/views/legislation/annotations/index.html.erb b/app/views/legislation/annotations/index.html.erb index 56571cb36..a67eaa181 100644 --- a/app/views/legislation/annotations/index.html.erb +++ b/app/views/legislation/annotations/index.html.erb @@ -9,6 +9,8 @@ <%= render 'slim_version_chooser', process: @process, draft_version: @draft_version %> + <%= render 'legislation/processes/help_gif' %> +
+ <%= t("annotator.help.text", + sign_in: link_to(t("annotator.help.text_sign_in"), new_user_session_path), + sign_up: link_to(t("annotator.help.text_sign_up"), new_user_registration_path)).html_safe %> +
+ <% end %> + + <%= image_tag ("annotator_help.gif"), alt: t("annotator.help.alt") %> +