This repository was archived by the owner on Apr 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments