about summary refs log tree commit diff
path: root/app/views/players/_player.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/players/_player.html.erb')
-rw-r--r--app/views/players/_player.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/players/_player.html.erb b/app/views/players/_player.html.erb
index 4d1abeb..4002ea5 100644
--- a/app/views/players/_player.html.erb
+++ b/app/views/players/_player.html.erb
@@ -1,6 +1,8 @@
 <div id="<%= dom_id player %>">
   <p>
-    <% if player.paid %>✓<% else %>&nbsp;<% end %>
+    <% if player.paid %>✓
+    <% else %>&nbsp;
+    <% end %>
     <%= link_to player.name, player %>
   </p>
 </div>