Permalink
Browse files
Make it clear(er) that we want just the repository URL
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+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