From 22400c4ed16703912adf0254376bfac20050dbff Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 22 Jun 2013 20:04:21 -0700 Subject: [PATCH] styling --- views/dashboard.slim | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/views/dashboard.slim b/views/dashboard.slim index 9459598d..44b113d1 100644 --- a/views/dashboard.slim +++ b/views/dashboard.slim @@ -43,10 +43,9 @@ javascript: a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete - else    #{file.filename} - div style="margin-bottom: 30px" - span - p To use in an HTML file, paste this text: <img src="/#{file.filename}"> - div + div style="margin-top: 10px; margin-bottom: 30px" + | To use in an HTML file, paste this text: <img src="/#{file.filename}"> +
a href="http://#{current_site.username}.neocities.org/#{file.filename}" target="_blank" View
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete