adjust layout for pg 9 buttons

This commit is contained in:
Victoria Wang 2016-04-25 09:46:29 -07:00
parent 6f4117ac31
commit 71894452d0

View file

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