summaryrefslogtreecommitdiff
path: root/app/views/layouts/application.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-05 19:12:03 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-05 19:12:03 -0500
commit432c0a5745d01089b28208569a2a2fd901970ce2 (patch)
tree31f8d68952feb92fddb20429752c4103a5a12c7a /app/views/layouts/application.html.erb
parent17755b3c36b93410fcb10a5b9464d886da2d8099 (diff)
css is simpler than html (remove the hr above the footer, do it with css)
Diffstat (limited to 'app/views/layouts/application.html.erb')
-rw-r--r--app/views/layouts/application.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 75a9d4e..0747b5d 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -32,8 +32,7 @@
<div class="container"><%= yield %></div>
-<hr>
-<footer id="footer">
+<footer>
<p>Leaguer is copyright &copy; 2014, Tomer Kimia, Andrew Murrell, Luke Shumaker, Nathaniel Foy, Davis Webb, and Guntas Grewal</p>
</footer>
<%= debug(params) if Rails.env.development? %>