From af820582b5c1947eb706630e78c1a01fb5f67c39 Mon Sep 17 00:00:00 2001 From: Nathan Leniz Date: Mon, 9 Mar 2015 18:39:31 +0900 Subject: [PATCH] Server side checking of user input before allowing signup. --- views/stories/show.jade | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/views/stories/show.jade b/views/stories/show.jade index 1c83a27354..18218529e2 100644 --- a/views/stories/show.jade +++ b/views/stories/show.jade @@ -26,7 +26,14 @@ a(href="#{link}") h3= title h6 - .col-xs-12.negative-28 + .col-xs-12.positive-15.hidden-element#image-display + .media + .media-left + img.url-preview.media-object(src="#{image}", alt="#{storyMetaDescription}") + .media-body + .col-xs-12.col-sm-12.col-md-6 + h4= storyMetaDescription + .col-xs-12 h4= description .negative-5 span Posted #{timeAgo} @@ -34,8 +41,6 @@ a(href="/" + author.username)@#{author.username} |  ยท  a#reply-to-main-post Reply - .col-xs-12.positive-15.hidden-element#image-display - img.url-preview(src="#{image}") .col-xs-12#reply-area .hidden-element#initial-comment-submit form.form-horizontal.control-label-story-submission