diff options
| author | hukl <contact@smyck.org> | 2009-03-19 13:41:01 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-19 13:41:01 +0100 |
| commit | 662e975c40cb380d884a4f44c06c29cc022c48af (patch) | |
| tree | 01ab2b9607c4a95c7220729ec783375da57d78ef /app/views/layouts/application.html.erb | |
| parent | c91ae5153e735ebf8726055871b05c49fc6afdd7 (diff) | |
adding proper link
Diffstat (limited to 'app/views/layouts/application.html.erb')
| -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 e453bd7..72739cd 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -80,7 +80,7 @@ | |||
| 80 | <% Occurrence.find_in_range(Time.now, (Time.now+14.days)).each do |occurrence| %> | 80 | <% Occurrence.find_in_range(Time.now, (Time.now+14.days)).each do |occurrence| %> |
| 81 | <li> | 81 | <li> |
| 82 | <div><%= l occurrence.start_time.to_date, :format => :default %></div> | 82 | <div><%= l occurrence.start_time.to_date, :format => :default %></div> |
| 83 | <a href="#"><%= occurrence.node.head.title %></a> | 83 | <%= link_to occurrence.node.head.title, occurrence.node.unique_name %></a> |
| 84 | </li> | 84 | </li> |
| 85 | <% end %> | 85 | <% end %> |
| 86 | </ul> | 86 | </ul> |
