push push push

This commit is contained in:
Scott O'Hara 2013-07-13 21:50:21 -04:00
parent a498b9445c
commit 0165ae50f8
2 changed files with 92 additions and 91 deletions

View file

@ -9,10 +9,11 @@ javascript:
$('#deleteFilenameForm').submit(); $('#deleteFilenameForm').submit();
} }
.row .content-Base
.row.content
.span5.offset1 .span5.offset1
h1 Your home page h1 Your Website
- current_site.file_list.each do |file| - current_site.file_list.each do |file|
.row .row
@ -90,11 +91,11 @@ javascript:
i class="icon-globe"    i class="icon-globe"   
a href="http://www.codecademy.com/tracks/web" target="_blank" Online lessons at Codecademy.com<br> 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 name="csrf_token" type="hidden" value="#{csrf_token}"
input type="hidden" id="deleteFilenameInput" name="filename" 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 .modal-header
button.close type="button" data-dismiss="modal" aria-hidden="true" x button.close type="button" data-dismiss="modal" aria-hidden="true" x
h3 id="deleteConfirmModalLabel" Confirm delete of file h3 id="deleteConfirmModalLabel" Confirm delete of file

View file

@ -14,7 +14,7 @@ html
link href="/assets/css/neo.min.css" rel="stylesheet" type="text/css" media="all" link href="/assets/css/neo.min.css" rel="stylesheet" type="text/css" media="all"
script src="/assets/scripts/nav.min.js" script src="/assets/scripts/nav.min.js"
body body.interior
a id="top" a id="top"
== erb :'_header', layout: false == erb :'_header', layout: false