diff options
| author | hukl <contact@smyck.org> | 2012-04-03 21:12:20 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2012-04-03 21:12:20 +0200 |
| commit | e3ceffa0a53c9e85739a1fd376d30e575a35f302 (patch) | |
| tree | d2964012f05b6a38c4fe032c97477808dc631215 /app | |
| parent | a15e34dbc4dd0a974172619095d74c321f0e3812 (diff) | |
added quote
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/application.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 3c95d75..8965922 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -43,6 +43,9 @@ | |||
| 43 | <p style="text-align: center"> | 43 | <p style="text-align: center"> |
| 44 | <%= link_to t(:sponsors), content_path("sponsors") %> | 44 | <%= link_to t(:sponsors), content_path("sponsors") %> |
| 45 | </p> | 45 | </p> |
| 46 | <p id="quote"> | ||
| 47 | »They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.« Benjamin Franklin | ||
| 48 | </p> | ||
| 46 | </div> | 49 | </div> |
| 47 | </div> | 50 | </div> |
| 48 | <div id="right_column"> | 51 | <div id="right_column"> |
