experimental git support (needs a little more work), thanks Andrew Replogle

This commit is contained in:
mdipierro
2012-07-21 16:12:45 -05:00
parent ac08356843
commit cb2232bfbd
5 changed files with 127 additions and 7 deletions
@@ -0,0 +1,9 @@
{{extend 'layout.html'}}
<center>
<h2>{{=T('This will pull changes from the remote repo for application "%s"?', app)}}</h2>
<table><tr>
<td>{{=FORM(INPUT(_type='submit',_name='cancel',_value=T('Cancel')))}}</td>
<td>{{=FORM(INPUT(_type='submit',_name='pull',_value=T('Pull')))}}</td>
</tr></table>
</center>