18 lines
584 B
HTML
18 lines
584 B
HTML
|
{extends "idf/source/base.html"}
|
||
|
{block docclass}yui-t2{assign $inError=true}{/block}
|
||
|
{block body}
|
||
|
|
||
|
<p>{blocktrans}The revision <b>{$commit}</b> is not valid or does not exist
|
||
|
in this repository.{/blocktrans}</p>
|
||
|
|
||
|
{if $isOwner or $isMember}
|
||
|
{aurl 'url', 'IDF_Views_Source::help', array($project.shortname)}
|
||
|
<p>{blocktrans}If this is a new repository, the reason for this error
|
||
|
could be that you have not committed and / or pushed any change so far.
|
||
|
In this case please take a look at the <a href="{$url}">Help</a> page
|
||
|
how to access your repository.{/blocktrans}</p>
|
||
|
{/if}
|
||
|
|
||
|
{/block}
|
||
|
|