remove some whitespace
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
.spacer
|
script.
|
||||||
script.
|
|
||||||
var storyId = !{JSON.stringify(id)};
|
var storyId = !{JSON.stringify(id)};
|
||||||
var originalStoryLink = !{JSON.stringify(originalStoryLink)};
|
var originalStoryLink = !{JSON.stringify(originalStoryLink)};
|
||||||
var originalStoryAuthorEmail = !{JSON.stringify(originalStoryAuthorEmail)};
|
var originalStoryAuthorEmail = !{JSON.stringify(originalStoryAuthorEmail)};
|
||||||
@ -7,9 +6,8 @@
|
|||||||
var upVotes = !{JSON.stringify(upVotes)};
|
var upVotes = !{JSON.stringify(upVotes)};
|
||||||
var image = !{JSON.stringify(image)};
|
var image = !{JSON.stringify(image)};
|
||||||
var hasUserVoted = !{JSON.stringify(hasUserVoted)};
|
var hasUserVoted = !{JSON.stringify(hasUserVoted)};
|
||||||
.spacer
|
|
||||||
|
|
||||||
h3.row
|
h3.row
|
||||||
.col-xs-2.col-sm-1
|
.col-xs-2.col-sm-1
|
||||||
a(href="/" + author.username)
|
a(href="/" + author.username)
|
||||||
img(src="#{author.picture}", class='img-news')
|
img(src="#{author.picture}", class='img-news')
|
||||||
@ -42,7 +40,7 @@
|
|||||||
span  by 
|
span  by 
|
||||||
a(href="/" + author.username) @#{author.username}
|
a(href="/" + author.username) @#{author.username}
|
||||||
|
|
||||||
if (user !== null)
|
if (user !== null)
|
||||||
.col-xs-12#reply-area
|
.col-xs-12#reply-area
|
||||||
.hidden-element#initial-comment-submit
|
.hidden-element#initial-comment-submit
|
||||||
form.form-horizontal.control-label-story-submission
|
form.form-horizontal.control-label-story-submission
|
||||||
@ -53,7 +51,7 @@
|
|||||||
button#comment-button.btn.btn-big.btn-primary.btn-responsive(type='button') Send
|
button#comment-button.btn.btn-big.btn-primary.btn-responsive(type='button') Send
|
||||||
span.spacer.pull-left#textarea_feedback
|
span.spacer.pull-left#textarea_feedback
|
||||||
|
|
||||||
script.
|
script.
|
||||||
if (image) {
|
if (image) {
|
||||||
$('#image-display').removeClass('hidden-element')
|
$('#image-display').removeClass('hidden-element')
|
||||||
}
|
}
|
||||||
@ -76,4 +74,4 @@
|
|||||||
var text_remaining = text_max - text_length;
|
var text_remaining = text_max - text_length;
|
||||||
$('#textarea_feedback').html(text_remaining + ' characters remaining');
|
$('#textarea_feedback').html(text_remaining + ' characters remaining');
|
||||||
});
|
});
|
||||||
include ./comments
|
include ./comments
|
||||||
|
Reference in New Issue
Block a user