Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Make it clear(er) that we want just the repository URL

  • Loading branch information
arfon committed Dec 13, 2019
1 parent 2b198e6 commit d8dcbb59b994c619ce115ab655ee5a526ab77cf5
Showing with 1 addition and 1 deletion.
  1. +1 −1 app/views/papers/new.html.erb
@@ -33,7 +33,7 @@
<%= f.text_field :title, placeholder: "What's the title of this paper?", class: "form-control" %>
</div>
<div class="col">
<%= f.label "Repository Address" %>
<%= f.label "Repository Address (git repository address only)" %>
<%= f.text_field :repository_url, placeholder: "e.g. https://github.com/openjournals/joss", class: "form-control" %>
</div>
</div>

0 comments on commit d8dcbb5

Please sign in to comment.
You can’t perform that action at this time.