diff options
| author | hukl <contact@smyck.org> | 2010-07-20 09:17:19 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2010-07-20 09:17:19 +0200 |
| commit | e93140c1083ac9dde55d27d5e0685e9b77527d51 (patch) | |
| tree | 9e8f96e9951176eeab434c388d9806a00882a40a /app/views | |
| parent | b783fbfb31be44928fa10a8dfb6c06f114bb213e (diff) | |
adding sponsors footer
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/layouts/application.html.erb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index c75b803..678180d 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -42,6 +42,14 @@ | |||
| 42 | </div> | 42 | </div> |
| 43 | <div id="center_column"> | 43 | <div id="center_column"> |
| 44 | <%= yield :layout %> | 44 | <%= yield :layout %> |
| 45 | |||
| 46 | <div id="footer"> | ||
| 47 | <br /> | ||
| 48 | <br /> | ||
| 49 | <p style="text-align: center"> | ||
| 50 | <%= link_to t(:sponsors), content_path("sponsors") %> | ||
| 51 | </p> | ||
| 52 | </div> | ||
| 45 | </div> | 53 | </div> |
| 46 | <div id="right_column"> | 54 | <div id="right_column"> |
| 47 | <%= tags %> | 55 | <%= tags %> |
