Skip to content

Commit 1e90b18

Browse files
committed
Format Pug Files
1 parent 9fd622b commit 1e90b18

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

views/index.pug

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ extends layout.pug
22

33
block content
44
style(type="text/css").
5-
#oembed {
6-
margin-top: 40px;
7-
}
5+
#oembed {
6+
margin-top: 40px;
7+
}
88
.button-group
99
button(onclick="location.href='/login'") Log In
1010
button(onclick="location.href='/logout'") Log Out

views/layout.pug

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ doctype
22
html
33
head
44
title Threads API Sample App - #{title}
5-
link(rel='stylesheet', href='/css/style.css')
5+
link(rel='stylesheet' href='/css/style.css')
66
body
77
header
88
h1= title
9-
9+
1010
block content
1111

1212
div#loadingOverlay(style='display: none; position: fixed; top: 0; left: 0; height: 100vh; width: 100%; background-color: rgba(255,255,255,0.8); z-index: 9999;')
@@ -18,7 +18,7 @@ html
1818
.alert
1919
span.closebtn(onclick="this.parentElement.style.display='none';") ×
2020
| #{message}
21-
21+
2222
if(error)
2323
.alert-error
2424
span.closebtn(onclick="this.parentElement.style.display='none';") ×

views/publish.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ block content
2525

2626
block scripts
2727
script(src='/scripts/form.js' type='text/javascript')
28-
script(src='/scripts/publish.js', type='text/javascript')
28+
script(src='/scripts/publish.js' type='text/javascript')

views/thread_replies.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ block content
77

88
block scripts
99
script(src='/scripts/form.js' type='text/javascript')
10-
script(src='/scripts/hide-reply.js', type='text/javascript')
10+
script(src='/scripts/hide-reply.js' type='text/javascript')

views/upload.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ block content
136136

137137
block scripts
138138
script(src='/scripts/form.js' type='text/javascript')
139-
script(src='/scripts/upload.js', type='text/javascript')
139+
script(src='/scripts/upload.js' type='text/javascript')

0 commit comments

Comments
 (0)