diff options
author | tkimia <tkimia@purdue.edu> | 2014-04-17 19:01:04 -0400 |
---|---|---|
committer | tkimia <tkimia@purdue.edu> | 2014-04-17 19:01:04 -0400 |
commit | 9ab9a92e4434a71a3be315e6a33b736ca3c00107 (patch) | |
tree | 207bf3186934ab98ebeae1dad2f325cfaca41f24 /app/views/layouts | |
parent | efa8017199d496a84ed7385a35cfde9e4cd32b1a (diff) |
temp new layouts
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/application.html.erb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index de9f3b8..e6b5b25 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -38,11 +38,14 @@ <% if notice %><div id="notice"><p><%= notice %></p></div><% end %> -<div class="container"><%= yield %></div> +<div class="wrapper"> + <%= yield %> +</div> <footer> <p>Leaguer © 2014, Tomer Kimia, Andrew Murrell, Luke Shumaker, Nathaniel Foy, Davis Webb, and Guntas Grewal</p> + <%= debug(params) if Rails.env.development? %> </footer> -<%= debug(params) if Rails.env.development? %> + </body> </html> |