about summary refs log tree commit diff
path: root/app/views/pages/index.html.erb
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-02-01 09:38:44 -0500
committerBen Harris <ben@tilde.team>2022-02-01 09:38:44 -0500
commit9150b575075db8a2de75ab476c9c7801d2352242 (patch)
treee336d6242e6f7f9a10f4b040947e0a16414cb73b /app/views/pages/index.html.erb
parentc00902c956dd336fa1bdc74603312c1c95ac9d6b (diff)
tidy up a bit
Diffstat (limited to 'app/views/pages/index.html.erb')
-rw-r--r--app/views/pages/index.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb
index e9456ca..32cfa7f 100644
--- a/app/views/pages/index.html.erb
+++ b/app/views/pages/index.html.erb
@@ -1,3 +1,4 @@
 <h1>Knockout</h1>
-<p>To start the tournament, add players and make sure that the pins are up to date. Then hit randomize to automatically pick teams!</p>
+<p>To start the tournament, add players and make sure that the pins are up to date. Then hit randomize to automatically
+  pick teams!</p>
 <p>The source code for this app can be found <%= link_to 'here', "#{GIT_REPO}/src/commit/#{GIT_SHA}" %>.</p>