mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
push push push
This commit is contained in:
parent
a498b9445c
commit
0165ae50f8
2 changed files with 92 additions and 91 deletions
|
@ -9,10 +9,11 @@ javascript:
|
|||
$('#deleteFilenameForm').submit();
|
||||
}
|
||||
|
||||
.row
|
||||
.content-Base
|
||||
.row.content
|
||||
.span5.offset1
|
||||
|
||||
h1 Your home page
|
||||
h1 Your Website
|
||||
|
||||
- current_site.file_list.each do |file|
|
||||
.row
|
||||
|
@ -90,11 +91,11 @@ javascript:
|
|||
i class="icon-globe"
|
||||
a href="http://www.codecademy.com/tracks/web" target="_blank" Online lessons at Codecademy.com<br>
|
||||
|
||||
form method="POST" action="/site_files/delete" id="deleteFilenameForm"
|
||||
form method="POST" action="/site_files/delete" id="deleteFilenameForm"
|
||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||
input type="hidden" id="deleteFilenameInput" name="filename"
|
||||
|
||||
.modal.hide.fade id="deleteConfirmModal" tabindex="-1" role="dialog" aria-labelledby="deleteConfirmModalLabel" aria-hidden="true"
|
||||
.modal.hide.fade id="deleteConfirmModal" tabindex="-1" role="dialog" aria-labelledby="deleteConfirmModalLabel" aria-hidden="true"
|
||||
.modal-header
|
||||
button.close type="button" data-dismiss="modal" aria-hidden="true" x
|
||||
h3 id="deleteConfirmModalLabel" Confirm delete of file
|
||||
|
|
|
@ -14,7 +14,7 @@ html
|
|||
link href="/assets/css/neo.min.css" rel="stylesheet" type="text/css" media="all"
|
||||
script src="/assets/scripts/nav.min.js"
|
||||
|
||||
body
|
||||
body.interior
|
||||
a id="top"
|
||||
|
||||
== erb :'_header', layout: false
|
||||
|
|
Loading…
Add table
Reference in a new issue