mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 16:21:52 +02:00
Added text/buttons for optionally saving to user's index.html
This commit is contained in:
parent
0f4c0562f2
commit
bafe75463a
3 changed files with 13 additions and 7 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue