consolidated buttons on site

This commit is contained in:
mdipierro
2012-07-26 08:12:29 -05:00
parent 897c1f3766
commit 2b145f6e6b
2 changed files with 6 additions and 8 deletions

View File

@@ -1 +1 @@
Version 2.00.0 (2012-07-26 07:49:09) dev
Version 2.00.0 (2012-07-26 08:12:26) dev

View File

@@ -148,13 +148,11 @@
</div>
<!-- DEPLOY ON GAE -->
<div class="box">
<h3>{{=T("Deploy on Google App Engine")}}</h3>
<p>{{=button(URL('gae','deploy'), T('Deploy'))}}</p>
</div><br/>
<!-- DEPLOY ON OPENSHIFT -->
<div class="box">
<h3>{{=T("Deploy to OpenShift")}}</h3>
<p>{{=button(URL('openshift','deploy'),T('Deploy'))}}</p>
<h3>{{=T("Deploy")}}</h3>
<p>
{{=button(URL('gae','deploy'), T('Deploy on Google App Engine'))}}
{{=button(URL('openshift','deploy'),T('Deploy to OpenShift'))}}
</p>
</div><br/>
{{if TWITTER_HASH:}}
<div class="box">