source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/default/git_push.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: 334 bytes
Line 
1{{extend 'layout.html'}}
2{{
3frm = form
4smt_button = frm.element(_type="submit")
5smt_button['_class'] = 'btn'
6smt_button['_style'] = 'margin-right:4px;'
7}}
8<!-- begin "git_push" block -->
9<h2>{{=T('This will push changes to the remote repo for application "%s".', app)}}</h2>
10<center>
11{{=form}}
12</center>
13<!-- end "git_push" block -->
Note: See TracBrowser for help on using the repository browser.