## -*- coding: utf-8 -*- <%inherit file="root.html"/>
${self.flash_msg()}
${next.main()}
### MAKO DEFS ### <%block name="branding_title"> %if c.site_name: · ${c.site_name} %endif <%def name="flash_msg()"> <%include file="/base/flash_msg.html"/> <%def name="breadcrumbs()"> <%def name="admin_menu()"> ## admin menu used for people that have some admin resources <%def name="admin_menu_simple(repositories=None, repository_groups=None, user_groups=None)"> <%def name="repotag(repo)"> %if h.is_hg(repo): hg %endif %if h.is_git(repo): git %endif <%def name="repo_context_bar(current=None, rev=None)"> <% rev = None if rev == 'tip' else rev %> <% def is_current(selected): if selected == current: return h.literal('class="current"') %>

${repotag(c.db_repo)} ## public/private %if c.db_repo.private: %else: %endif ${h.repo_link(c.db_repo.groups_and_repo)} %if current == 'createfork': - ${_('Create Fork')} %endif

<%def name="menu(current=None)"> <% def is_current(selected): if selected == current: return h.literal('class="current"') %>