diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-03-06 14:23:30 -0500 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-03-06 14:23:30 -0500 |
commit | 2c1f214da8885232815cb85ded4ad616aa3d4b79 (patch) | |
tree | 5a76f93a8b366b610309a50c1ddf80544e388709 /app/views/layouts | |
parent | cd020cb3c9f8a1d40af4958c26dcdfb97e1a80c1 (diff) | |
parent | 289caaa1c82db4895efaf01b33160712d169bc84 (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 7578d82..976ee85 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -33,7 +33,7 @@ <div class="container"><%= yield %></div> <footer> - <p>Leaguer is copyright © 2014, Tomer Kimia, Andrew Murrell, Luke Shumaker, Nathaniel Foy, Davis Webb, and Guntas Grewal</p> + <p>Leaguer © 2014, Tomer Kimia, Andrew Murrell, Luke Shumaker, Nathaniel Foy, Davis Webb, and Guntas Grewal</p> </footer> <%= debug(params) if Rails.env.development? %> </body> |