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-01-31 14:28:00 -0500
committerBen Harris <ben@tilde.team>2022-01-31 14:28:00 -0500
commitb483ff56c663e2d346df8f1f243100007c2c93c9 (patch)
treec1d44b91cd94005e409be18be2745898c5eb9090 /app/views/pages/index.html.erb
parentc95a61fc056f6a2d7fdb82f9288948a890a3bac5 (diff)
tidy up, add git hash to src link
Diffstat (limited to 'app/views/pages/index.html.erb')
-rw-r--r--app/views/pages/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb
index ddfa22f..e9456ca 100644
--- a/app/views/pages/index.html.erb
+++ b/app/views/pages/index.html.erb
@@ -1,3 +1,3 @@
 <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>The source code for this app can be found <a href="https://tildegit.org/ben/pinrails">here</a>.</p>
\ No newline at end of file
+<p>The source code for this app can be found <%= link_to 'here', "#{GIT_REPO}/src/commit/#{GIT_SHA}" %>.</p>