source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/mercurial/revision.html

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 224 bytes
Line 
1{{extend 'layout.html'}}
2
3<h2 class="section">{{=T('Revision %s', rev)}}</h2>
4
5{{=form}}
6
7<br/><br/>
8<h3>{{=T('Changelog')}}</h3>
9
10{{=desc}}
11
12<br/><br/>
13<h3>{{=T('Files added')}}</h3>
14
15{{=TABLE(*[TR(f) for f in files])}}
16
17
18
Note: See TracBrowser for help on using the repository browser.