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