Skip to content

Commit

Permalink
Allow README instructions to open in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
carolyncole committed Mar 31, 2023
1 parent 2ac7e0b commit 371d169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/works/readme_select.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<%= render "wizard_progress", wizard_step: 2 %>
<%= form_with(model: @work, scope: :patch, url: work_readme_uploaded_path(id: @work.id)) do |f| %>
<p><%= t('works.form.readme_upload.title') %></p>
<p>If you have not created a README, a <%= link_to("template may be found here", "https://cornell.app.box.com/v/ReadmeTemplate", target: "blank") %>. See this page <%= link_to("for more guidance on how to create a README","https://data.research.cornell.edu/content/readme") %>. </p>
<p>If you have not created a README, a <%= link_to("template may be found here", "https://cornell.app.box.com/v/ReadmeTemplate", target: "blank") %>. See this page <%= link_to("for more guidance on how to create a README","https://data.research.cornell.edu/content/readme", target: "blank") %>. </p>


<p><%= t('works.form.readme_upload.actions') %></p>
Expand Down

0 comments on commit 371d169

Please sign in to comment.