Added text/buttons for optionally saving to user's index.html

This commit is contained in:
Victoria Wang 2016-04-18 14:43:41 -07:00
parent 0f4c0562f2
commit bafe75463a
3 changed files with 13 additions and 7 deletions

View file

@ -16,7 +16,8 @@
<div class="col col-40 interact">
<% if request.path =~ /\/html\/9/ %>
<a href="/tutorial/html/10" class="btn btn-Action">Next</a>
<a href="/tutorial/html/10" class="btn btn-Action">Save to <%= current_site.username %>.neocities.org</a>
<a href="/tutorial/html/10" class="btn cancel" style="margin-right: 7px">Don't Save</a>
<% 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">