diff options
| -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> |
