Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rockychiang committed Apr 13, 2018
1 parent ad564de commit d6de9be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/decks/edit.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 15,9 @@
<% session[:error] = nil %>
<% end %>

<textarea id="deck_list" name="deck_list" rows="25">
<textarea id="deck_list" name="deck_list" rows="25">
<% @deck.cards.each do |card| %><%= card.quantity(@deck.id) %>x <%= card.name %>&#13;<% end %>
</textarea>
</textarea>

<p class="formatting">Formatting: One card per line and specify each card's amount in the beginning of the line.<br /><br />Example:<br />1x Ezuri, Renegade Leader<br />1x Sol Ring</p>

Expand Down
2 changes: 1 addition & 1 deletion app/views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 19,7 @@
<li><button><a href="/users/<%=current_user.username%>">Profile</a></button></li>
</ul>
<% else %>
<h1 class="logo not_logged_in"><a href="/">Magic the Gathering: Deck Orginizer</a></h1>
<h1 class="logo not_logged_in"><a href="/">Magic the Gathering: Deck Organizer</a></h1>
<% end %>
</header>
</div>
Expand Down

0 comments on commit d6de9be

Please sign in to comment.