##// END OF EJS Templates
templatefilters: add "nonempty" template filter...
templatefilters: add "nonempty" template filter It ensures that at least "(none)" is returned in case the argument passed is None or ''. This is primarily useful to render empty changelog messages for hgweb but may be useful for others, too.

File last commit:

r6177:673d8a6b default
r8234:27dbe534 default
Show More
error.tmpl
25 lines | 967 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 #header#
<title>#repo|escape#: Error</title>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <link rel="alternate" type="application/rss+xml"
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </head>
<body>
<div class="page_header">
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / error
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
<div class="page_nav">
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 <a href="{url}summary{sessionvars%urlparameter}">summary</a> | <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | <a href="{url}log{sessionvars%urlparameter}">changelog</a> | <a href="{url}tags{sessionvars%urlparameter}">tags</a> | <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a><br/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
Brendan Cully
gitweb: Add error text to error page
r3357 <div class="page_body">
Brendan Cully
Move gitweb theme into subdirectory
r3234 <br/>
Jesse Glick
Issue #880: Simple misspelling ('occured') in web error message.
r5837 <i>An error occurred while processing your request</i><br/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <br/>
Brendan Cully
gitweb: Add error text to error page
r3357 {error|escape}
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
#footer#