From 70bd602be735734c38a7f6ce4f2ebf6573fb117d Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 19 Mar 2009 13:47:00 +0100 Subject: fixing the link
 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ <% Occurrence.find_in_range(Time.now, (Time.now+14.days)).each do |occurrence| %>
  • <%= l occurrence.start_time.to_date, :format => :default %>
    - <%= link_to occurrence.node.head.title, occurrence.node.unique_name %> + <%= link_to_path occurrence.node.head.title, occurrence.node.unique_path %>
  • <% end %> -- cgit v1.3