app/views/tr8n/phrases/_breadcrumb.html.erb in tr8n-3.0.5 vs app/views/tr8n/phrases/_breadcrumb.html.erb in tr8n-3.1.1

- old
+ new

@@ -3,9 +3,9 @@ <%=link_to(tra("Site Map"), :action => :map)%> <% @section.parents[1..-1].each do |section| %> >> <%=link_to(tra(section.label, section.description), :action => :index, :section_key => section.key) %> <% end %> <% if @translation_key %> - >> <%=link_to(@translation_key.label, :action => :view, :translation_key_id => @translation_key.id, :section_key => @section[:key]) %> + >> <%=link_to(@translation_key.label, :action => :view, :translation_key_id => @translation_key.id, :section_key => @section.key) %> <% end %> </div> <% end %>