Skip to content

Commit

Permalink
Merge pull request #1393 from lucaferranti/lf-patch
Browse files Browse the repository at this point in the history
fix wording for juliacon proceedings submission form
  • Loading branch information
xuanxu authored Nov 6, 2024
2 parents 2bbba66 + 503df24 commit 7e7f8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/papers/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="row">
<div class="col">
<%= f.label "Name of git branch containing the paper, not the path" %>
<%= 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" %>
</div>
<div class="col">
<%= f.label "Software Version" %>
Expand Down

0 comments on commit 7e7f8e3

Please sign in to comment.