source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/default.mobile/about.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: 374 bytes
Line 
1{{extend 'default.mobile/layout.html'}}
2
3{{block sectionclass}}about{{end}}
4
5<h2>{{=T("About application")}} "{{=app}}"</h2>
6<h3>{{=T("About")}} {{=app}}</h3>
7<p>{{=button(URL('edit/%s/ABOUT' % (app)), T('Edit'))}}</p>
8<div>{{=about}}</div>
9<h3>{{=T('License for')}} {{=app}}</h3>
10<p>{{=button(URL('edit/%s/LICENSE' % (app)), T('Edit'))}}</p>
11<div>{{=license}}</div>
12</ul>
13
Note: See TracBrowser for help on using the repository browser.