git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@36 5e329b0b-a2ee-ea63-e329-299493fc886d
9 lines
413 B
Plaintext
9 lines
413 B
Plaintext
<%= link_to("Documents", {:controller => "dmsf", :action => "index", :id=> @project }) %>
|
|
<% path.each do |path_element| %>
|
|
/
|
|
<%= link_to(h(path_element.name), {:controller => "dmsf", :action => "index", :id=> @project, :folder_id => path_element}) %>
|
|
<% if path_element.notification %>
|
|
<%= image_tag("notify.png", :plugin => "redmine_dmsf", :title => l(:title_notifications_active)) %>
|
|
<% end %>
|
|
<% end %>
|