##// END OF EJS Templates
implemented rawdiff and diff download into diff view....
implemented rawdiff and diff download into diff view. Few css changes

File last commit:

r132:20680c6b default
r160:0f7f93df default
Show More
add.html
42 lines | 585 B | text/html | HtmlLexer
Html changes and cleanups, made folders for html templates, implemented tags and branches pages
r127 ## -*- coding: utf-8 -*-
fixed add repo template
r132 <%inherit file="/base/base.html"/>
<%def name="title()">
${_('Add new repository')}
</%def>
Html changes and cleanups, made folders for html templates, implemented tags and branches pages
r127
fixed add repo template
r132 <%def name="breadcrumbs()">
${h.link_to(u'Home',h.url('/'))}
/
${h.link_to(u'Admin',h.url('admin_home'))}
</%def>
<%def name="page_nav()">
<li>${h.link_to(u'Home',h.url('/'))}</li>
<li class="current">${_('Admin')}</li>
</%def>
<%def name="main()">
<table cellspacing="0">
Html changes and cleanups, made folders for html templates, implemented tags and branches pages
r127 <tr>
<td><h1>${c.msg}</h1></td>
</tr>
<tr>
<td><h2>${c.new_repo}</h2></td>
</tr>
fixed add repo template
r132 </table>
</%def>
Html changes and cleanups, made folders for html templates, implemented tags and branches pages
r127
fixed add repo template
r132
Html changes and cleanups, made folders for html templates, implemented tags and branches pages
r127
fixed add repo template
r132
Html changes and cleanups, made folders for html templates, implemented tags and branches pages
r127
fixed add repo template
r132