updated startpage preview to show customizeable button text

This commit is contained in:
David Baldwynn 2016-04-21 17:50:02 -04:00
parent 3d19d54e88
commit a600fb011a

View file

@ -67,10 +67,10 @@
</p>
</div>
<div class="row form-actions">
<button ng-click="exitStartPage()" class="btn btn-info col-md-8 col-md-offset-2 col-lg-4 col-lg-offset-4" type="button">
<a style="color:white; font-size: 1.6em; text-decoration: none;">
Continue to Form
</a>
<button ng-click="exitStartPage()" class="btn btn-info btn btn-info col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3" type="button">
<span style="color:white; font-size: 1.6em; text-decoration: none;">
{{myform.startPage.introButtonText}}
</span>
</button>
</div>
</ul>