diff options
author | Johan Sørensen <johan@johansorensen.com> | 2008-04-27 22:36:40 +0200 |
---|---|---|
committer | Johan Sørensen <johan@johansorensen.com> | 2008-04-27 22:36:40 +0200 |
commit | 781cde0068529382459daa7ef059713f73f68c78 (patch) | |
tree | de2a020965091ebfe5eb027c4f7173875d3f2ceb /app/views/blobs | |
parent | 8edfc4faef76b553f78162511f11dfff3b9d22e4 (diff) | |
download | gitorious-mainline-outdated-781cde0068529382459daa7ef059713f73f68c78.zip gitorious-mainline-outdated-781cde0068529382459daa7ef059713f73f68c78.tar.gz gitorious-mainline-outdated-781cde0068529382459daa7ef059713f73f68c78.tar.bz2 |
Use the context/sub menu when in the repository scope
Diffstat (limited to 'app/views/blobs')
-rw-r--r-- | app/views/blobs/show.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/blobs/show.html.erb b/app/views/blobs/show.html.erb index 0cce00b..77b7808 100644 --- a/app/views/blobs/show.html.erb +++ b/app/views/blobs/show.html.erb @@ -1,6 +1,10 @@ <% @page_title = "#{current_path.join("/")} - #{@repository.name} in #{@project.title}" -%> <% @load_syntax_themes = true -%> +<% content_for :submenu do -%> + <%= render :partial => "repositories/context_menu" -%> +<% end -%> + <ul class="mode_selector"> <li class="list_header"> Softwrap mode: |