diff options
| author | hukl <contact@smyck.org> | 2009-11-03 20:27:27 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-03 20:27:27 +0100 |
| commit | 4b9ac049898c80717b9af3758418d6cf330a1b7d (patch) | |
| tree | e14c7d04820cf3344e20ece7d48de8eaea811556 /app | |
| parent | 47b5aac0e432d06b633ecf5ad6db82a66c43de4d (diff) | |
hostname instead of ip for old ccc.de link
Diffstat (limited to 'app')
| -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 9e31344..c7704ac 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | <div class="main_navigation"> | 29 | <div class="main_navigation"> |
| 30 | <ul> | 30 | <ul> |
| 31 | <li><a class="inactive" href="http://213.73.89.124/"><%= t(:old_ccc_de) %></a></li> | 31 | <li><a class="inactive" href="http://dasalte.ccc.de/"><%= t(:old_ccc_de) %></a></li> |
| 32 | </ul> | 32 | </ul> |
| 33 | </div> | 33 | </div> |
| 34 | 34 | ||
