%namespace name="base" file="/base/base.mako"/> <% if request.GET.get('at'): query={'at': request.GET.get('at')} else: query=None %>
${_('Name')} | ${_('Size')} | ${_('Modified')} | ${_('Last Commit')} | ${_('Author')} | ||||
---|---|---|---|---|---|---|---|---|
${h.files_breadcrumbs(c.repo_name,c.commit.raw_id,c.file.path, request.GET.get('at'), limit_items=True)} | ||||||||
% if node.is_submodule(): % if node.url.startswith('http://') or node.url.startswith('https://'): ${node.name} % else: ${node.name} % endif % else: ${node.name} % endif | %if node.is_file():% if c.full_load: ${h.format_byte_size_binary(node.size)} % else: ${_('Loading ...')} % endif | % if c.full_load: ${h.age_component(node.last_commit.date)} % endif |
% if c.full_load:
r${node.last_commit.idx}:${node.last_commit.short_id} |
% if c.full_load: ${h.gravatar_with_user(request, node.last_commit.author, tooltip=True)|n} % endif | %else:%endif | |||
##empty-dir mostly SVN |