diff options
Diffstat (limited to 'app/views/blobs')
-rw-r--r-- | app/views/blobs/show.html.erb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/blobs/show.html.erb b/app/views/blobs/show.html.erb index a0a797f..dc993e6 100644 --- a/app/views/blobs/show.html.erb +++ b/app/views/blobs/show.html.erb @@ -21,6 +21,7 @@ %> <% @page_title = t("views.blobs.page_title", :path => current_path.join("/"), :repo => @repository.name, :title => @project.title) -%> +<%= breadcrumbs_from(@root) -%> <% content_for :extra_head do -%> <%= stylesheet_link_tag("prettify/prettify.css") -%> @@ -35,10 +36,6 @@ </script> <% end -%> -<% content_for :submenu do -%> - <%= render :partial => "site/breadcrumbs", :locals => {:root => @root} -%> -<% end -%> - <% if false -%> <ul class="mode_selector"> <li class="list_header"> |