We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbba66 commit 503df24Copy full SHA for 503df24
app/views/papers/_form.html.erb
@@ -34,7 +34,7 @@
34
<div class="row">
35
<div class="col">
36
<%= f.label "Name of git branch containing the paper, not the path" %>
37
- <%= f.text_field :git_branch, placeholder: "Leave blank if paper.md is in the default branch", class: "form-control" %>
+ <%= f.text_field :git_branch, placeholder: "Leave blank if paper.tex is in the default branch", class: "form-control" %>
38
</div>
39
40
<%= f.label "Software Version" %>
0 commit comments