## -*- 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 %>

${repotag(c.db_repo)} ## public/private %if c.db_repo.private: %else: %endif %for group in c.db_repo.groups_with_parents: ${h.link_to(group.name, url('repos_group_home', group_name=group.group_name))} » %endfor ${h.link_to(c.db_repo.just_name, url('summary_home', repo_name=c.db_repo.repo_name))} %if current == 'createfork': - ${_('Create Fork')} %endif

<%def name="menu(current=None)">