more to test

This commit is contained in:
Scott O'Hara 2013-07-13 21:20:19 -04:00
parent 9691bb2ec2
commit f9d3c03280
2 changed files with 4 additions and 7 deletions

View file

@ -67,9 +67,9 @@ javascript:
.row style="margin-top: 20px"
.span5
div
a href="/site_files/new" class="btn btn-large btn-success" style="margin-bottom:20px" Upload New File
a href="/site_files/new" class="btn-Action" style="margin-bottom:20px" Upload New File
div
a href="/site_files/new_page" class="btn btn-large btn-success" style="margin-bottom: 20px" Create New HTML Page
a href="/site_files/new_page" class="btn-Action" style="margin-bottom: 20px" Create New HTML Page
h4: a href="/site_files/#{current_site.username}.zip" Download Entire Site

View file

@ -13,16 +13,13 @@ html
script src="/js/jquery.min.js"
link href="/assets/css/neo.min.css" rel="stylesheet" type="text/css" media="all"
script src="/assets/scripts/app.min.js"
css:
body {
background-color: #f6f0e6;
}
body
a id="top"
== erb :'_header', layout: false
.page
.container