Add git pull and git push to the experimental mobile interface

This commit is contained in:
Tim Richardson
2013-10-12 17:08:02 +11:00
parent 1356dc1ef0
commit f387c4c358
3 changed files with 33 additions and 0 deletions
@@ -0,0 +1,15 @@
{{extend 'default.mobile/layout.html'}}
{{
dlg = dialog
smt_button = dlg.element(_type="submit")
smt_button['_class'] = 'btn'
smt_button['_style'] = 'margin-right:4px;'
ccl_button = dlg.element(_type="button")
ccl_button['_class'] = 'btn'
}}
<!-- begin "git_pull" block -->
<div class="center">
<h2>{{=T('This will pull changes from the remote repo for application "%s"?', app)}}</h2>
{{=dialog}}
</div>
<!-- end "git_pull" block -->