minor change to pg 9

This commit is contained in:
Victoria Wang 2016-04-19 19:15:05 -07:00
parent 33c7eee1f4
commit f0a7568d71

View file

@ -16,8 +16,10 @@
<div class="col col-40 interact">
<% if request.path =~ /\/html\/9/ %>
<div style="padding-bottom:15px; float: left">
<a href="#" id="saveToSite" class="btn btn-Action float-Left" style="margin-right: 7px">Save new index.html to <%= current_site.username %>.neocities.org</a>
<a href="/tutorial/html/10" class="btn cancel float-Left">Don't Save</a>
</div>
<% else %>
<input id="submit" class="btn btn-Action" type="submit" value="Save">
<input id="reset" class="btn cancel" style="margin-right: 7px" type="submit" value="Reset">