diff options
| author | hukl <contact@smyck.org> | 2009-03-04 23:13:30 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-04 23:13:30 +0100 |
| commit | 98f6f775d27e3a5dadfbecdcbe6dec02f88367eb (patch) | |
| tree | d3e613748dad1cf31beb2449b6c6524629d84a73 /app/views/layouts/application.html.erb | |
| parent | 7b5048c0f124e453e4179a7c54858eb5d48fcec2 (diff) | |
links in menu, edit button when logged in and css fixes
Diffstat (limited to 'app/views/layouts/application.html.erb')
| -rw-r--r-- | app/views/layouts/application.html.erb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index c546347..7007f6d 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -20,31 +20,33 @@ | |||
| 20 | <div id="yellow"> | 20 | <div id="yellow"> |
| 21 | </div> | 21 | </div> |
| 22 | <div id="title"> | 22 | <div id="title"> |
| 23 | <h1>Chaos Computer Club</h1> | 23 | <h1><a href="/">Chaos Computer Club</a></h1> |
| 24 | </div> | 24 | </div> |
| 25 | <div id="topnav"> | 25 | <div id="topnav"> |
| 26 | <ul id="navlist"> | 26 | <ul id="navlist"> |
| 27 | <li> | 27 | <li> |
| 28 | <a href="#">CCC</a> | 28 | <a href="/club">Kennenlernen</a> |
| 29 | </li> | 29 | </li> |
| 30 | <li> | 30 | <li> |
| 31 | • | 31 | • |
| 32 | </li> | 32 | </li> |
| 33 | <li> | 33 | <li> |
| 34 | <a href="#">Themen</a> | 34 | <a href="/support">Unterstützen</a> |
| 35 | </li> | 35 | </li> |
| 36 | <li> | 36 | <li> |
| 37 | • | 37 | • |
| 38 | </li> | 38 | </li> |
| 39 | <li> | 39 | <li> |
| 40 | <a href="#">Termine</a> | 40 | <a href="/contact">Erreichen</a> |
| 41 | </li> | 41 | </li> |
| 42 | <% if current_user %> | ||
| 42 | <li> | 43 | <li> |
| 43 | • | 44 | • |
| 44 | </li> | 45 | </li> |
| 45 | <li> | 46 | <li> |
| 46 | <a href="#">Projekte</a> | 47 | <%= link_to 'Edit', edit_node_path(@page.node) %> |
| 47 | </li> | 48 | </li> |
| 49 | <% end %> | ||
| 48 | </ul> | 50 | </ul> |
| 49 | </div> | 51 | </div> |
| 50 | </div> | 52 | </div> |
