Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 8bdb199

Browse files
committed
Fixing some broken jade templates
1 parent fefbc94 commit 8bdb199

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/views/games/releases.jade

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ append gameContent
2727
button.btn.btn-default.btn-block.status.dropdown-toggle(data-toggle="dropdown")
2828
span.bullet
2929
span.name=release.status.toUpperCase()
30-
|
3130
span.caret
3231
ul.dropdown-menu.statusChange-menu
3332
li(class=(release.status == "dev" ? "active" : ""))
@@ -59,14 +58,12 @@ append gameContent
5958
span.glyphicon.glyphicon-play
6059
a.btn.btn-sm.btn-default.external(data-toggle="tooltip" title="Debug" href="//#{host}/embed/#{game.slug}?version=#{release.version}&debug=1&controls=1&title=1&token=#{token}")
6160
span.glyphicon.glyphicon-wrench
62-
|
6361
span.glyphicon.glyphicon-play
6462
else
6563
a.btn.btn-sm.btn-default.external(data-toggle="tooltip" title="Release" href="//#{host}/embed/#{game.slug}?commitId=#{release.commitId}&controls=1&title=1&token=#{token}")
6664
span.glyphicon.glyphicon-play
6765
a.btn.btn-sm.btn-default.external(data-toggle="tooltip" title="Debug" href="//#{host}/embed/#{game.slug}?commitId=#{release.commitId}&debug=1&controls=1&title=1&token=#{token}")
6866
span.glyphicon.glyphicon-wrench
69-
|
7067
span.glyphicon.glyphicon-play
7168
.col-sm-9: .row: .col-sm-12
7269
if release.version
@@ -87,4 +84,4 @@ append gameContent
8784
if release.updatedBy
8885
| by #{release.updatedBy.name}
8986
if release.notes
90-
p!= marked(release.notes)
87+
p!= marked(release.notes)

0 commit comments

Comments
 (0)