Changeset - 072a37c44f58
rhodecode/templates/admin/repos/repo_edit.html
Show inline comments
 
@@ -17,7 +17,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('options')}
 
${self.repo_context_bar('options')}
 
<div class="box box-left">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/base/base.html
Show inline comments
 
@@ -64,10 +64,6 @@
 
    </div>
 
</%def>
 

	
 
<%def name="context_bar(current)">
 
    ${repo_context_bar(current)}
 
</%def>
 

	
 
<%def name="admin_menu()">
 
  <ul class="admin_menu">
 
      <li>${h.link_to(_('Admin journal'),h.url('admin_home'),class_='journal ')}</li>
rhodecode/templates/bookmarks/bookmarks.html
Show inline comments
 
@@ -15,7 +15,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('switch-to')}
 
${self.repo_context_bar('switch-to')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/branches/branches.html
Show inline comments
 
@@ -15,7 +15,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('switch-to')}
 
${self.repo_context_bar('switch-to')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/changelog/changelog.html
Show inline comments
 
@@ -24,7 +24,7 @@ ${c.rhodecode_name}
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('changelog')}
 
${self.repo_context_bar('changelog')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/changeset/changeset.html
Show inline comments
 
@@ -15,7 +15,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('changelog')}
 
${self.repo_context_bar('changelog')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/changeset/changeset_range.html
Show inline comments
 
@@ -14,7 +14,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('changelog')}
 
${self.repo_context_bar('changelog')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/compare/compare_diff.html
Show inline comments
 
@@ -14,7 +14,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('changelog')}
 
${self.repo_context_bar('changelog')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/files/file_diff.html
Show inline comments
 
@@ -13,7 +13,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('files')}
 
${self.repo_context_bar('files')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/files/files.html
Show inline comments
 
@@ -20,7 +20,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('files')}
 
${self.repo_context_bar('files')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/files/files_add.html
Show inline comments
 
@@ -20,7 +20,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('files')}
 
${self.repo_context_bar('files')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/files/files_edit.html
Show inline comments
 
@@ -20,7 +20,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('files')}
 
${self.repo_context_bar('files')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/followers/followers.html
Show inline comments
 
@@ -13,7 +13,7 @@
 
    ${self.menu('repositories')}
 
</%def>
 
<%def name="main()">
 
${self.context_bar('followers')}
 
${self.repo_context_bar('followers')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/forks/fork.html
Show inline comments
 
@@ -13,7 +13,7 @@
 
    ${self.menu('repositories')}
 
</%def>
 
<%def name="main()">
 
${self.context_bar('showforks')}
 
${self.repo_context_bar('showforks')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/forks/forks.html
Show inline comments
 
@@ -14,7 +14,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('showforks')}
 
${self.repo_context_bar('showforks')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/pullrequests/pullrequest.html
Show inline comments
 
@@ -13,7 +13,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('showpullrequest')}
 
${self.repo_context_bar('showpullrequest')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/pullrequests/pullrequest_show.html
Show inline comments
 
@@ -13,7 +13,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('showpullrequest')}
 
${self.repo_context_bar('showpullrequest')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/pullrequests/pullrequest_show_all.html
Show inline comments
 
@@ -13,7 +13,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('showpullrequest')}
 
${self.repo_context_bar('showpullrequest')}
 

	
 
<div class="box">
 
    <!-- box / title -->
rhodecode/templates/search/search.html
Show inline comments
 
@@ -30,7 +30,7 @@
 
</%def>
 
<%def name="main()">
 
%if c.repo_name:
 
${self.context_bar('options')}
 
${self.repo_context_bar('options')}
 
%endif
 
<div class="box">
 
    <!-- box / title -->
rhodecode/templates/summary/summary.html
Show inline comments
 
@@ -33,7 +33,7 @@ window.onhashchange = function() {
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('summary')}
 
${self.repo_context_bar('summary')}
 
    <%
 
    summary = lambda n:{False:'summary-short'}.get(n)
 
    %>
rhodecode/templates/tags/tags.html
Show inline comments
 
@@ -15,7 +15,7 @@
 
</%def>
 

	
 
<%def name="main()">
 
${self.context_bar('switch-to')}
 
${self.repo_context_bar('switch-to')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
0 comments (0 inline, 0 general)