diff --git a/public/images/jist-white-logo.png b/public/images/jist-white-logo.png new file mode 100644 index 000000000..0358ba0e1 Binary files /dev/null and b/public/images/jist-white-logo.png differ diff --git a/views/match/match.jade b/views/match/match.jade index f51447612..53673b8d2 100644 --- a/views/match/match.jade +++ b/views/match/match.jade @@ -9,14 +9,15 @@ append head block content .row .col-md-6 - h2 Match #{match.match_id} - small - br + h2 Match #{match.match_id} small(class=match.radiant_win ? "text-success" : "text-danger")= match.radiant_win ? "Radiant Victory" : "Dire Victory" + br a(style="margin-left:1em;" href="/request#"+match.match_id, class="btn btn-sm" class=match.version ? "btn-success" : "btn-primary") #{match.version ? "Re-Parse Match" : "Request Parse"} if match.replay_url a(style="margin-left:1em;" href=match.replay_url, class="btn btn-sm btn-default") Download Replay - + a(style="margin-left:1em;" href="#{'https://www.jist.tv/create.php?dota2-match-url=' + match.replay_url}", class="btn btn-sm btn-default") + | Get Video With + img(src='/public/images/jist-white-logo.png', style="height: 17px") .col-md-6.table-responsive h2 table.table.table-condensed.small