diff options
| author | hukl <contact@smyck.org> | 2009-03-19 13:47:00 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-19 13:47:00 +0100 |
| commit | 70bd602be735734c38a7f6ce4f2ebf6573fb117d (patch) | |
| tree | 1fd221b7bbab0d40bfa5807f8e8ea8264c709a26 /app | |
| parent | 662e975c40cb380d884a4f44c06c29cc022c48af (diff) | |
fixing the 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 72739cd..b1b1d7c 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 | <%= link_to occurrence.node.head.title, occurrence.node.unique_name %></a> | 83 | <%= link_to_path occurrence.node.head.title, occurrence.node.unique_path %></a> |
| 84 | </li> | 84 | </li> |
| 85 | <% end %> | 85 | <% end %> |
| 86 | </ul> | 86 | </ul> |
