Skip to content

Commit

Permalink
wrote author #x instead of author x, solved #31
Browse files Browse the repository at this point in the history
  • Loading branch information
akuchinke committed Nov 9, 2017
1 parent 375a0a4 commit 8273dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/papers/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</p>
<% for i in 1..5 do %>
<p>
<%= f.label "Author #" + i.to_s, for: "paper_author_id_" + i.to_s %>
<%= f.label "Author " + i.to_s, for: "paper_author_id_" + i.to_s %>
<%= f.collection_select :author_ids,
Author.all,
:id,
Expand Down

0 comments on commit 8273dd0

Please sign in to comment.