Skip to content

Commit

Permalink
Comment out repeated Sign-Up & Help text
Browse files Browse the repository at this point in the history
This addresses issue #407
  • Loading branch information
aaronskiba committed Aug 1, 2023
1 parent a0d8a44 commit 1a62806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/static_pages/about_us.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@
<h2 class="fontsize-h3"><%= _('Getting started') %></h2>

<p><%= _("If you have an account, please sign in and start creating or editing your DMP.") %></p>
<!--
<p><%= _("If you do not have a %{application_name} account, click on") % {application_name: ApplicationService.application_name} %> <a href="<%= root_path %>"><%= _('Sign up') %></a> <%= _("on the homepage.") %></p>
<p><%= _("Please visit the") %> <a href="<%= help_path %>"><%= _('Help') %></a> <%= _("page for guidance.") %></p>

-->
<p>
<% sign_up_url = request.base_url %>
<%= sanitize(_('If you do not have a DMP Assistant account, click on <a href="%{sign_up_url}"> \'Sign up\' </a> on the homepage.') % { sign_up_url: sign_up_url} ) %>
Expand Down

0 comments on commit 1a62806

Please sign in to comment.