redmine_dmsf/app/views/dmsf/_path.html.erb
vit.jonas@gmail.com 1e01b15187 * localized all dmsf controler views
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@36 5e329b0b-a2ee-ea63-e329-299493fc886d
2011-05-12 06:53:40 +00:00

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 %>