Skip to content

Commit

Permalink
Fixed html formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed May 3, 2019
1 parent 5fd1f22 commit 2921ac3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion helpers/templates/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ <h2>Command History</h2>
<form method="post" action="/history">
<button type="submit" class="btn btn-outline-success">Refresh</button>
</form>
<br>
</center>
<br>
<center>
<form method="post" action="/clear_history">
<button type="submit" class="btn btn-outline-success">Clear History</button>
</form>
Expand Down
4 changes: 3 additions & 1 deletion helpers/templates/youtube.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ <h2>Youtube Queue</h2>
<form method="post" action="/youtube">
<button type="submit" class="btn btn-outline-success">Refresh</button>
</form>
<br>
</center>
<br>
<center>
<form method="post" action="/clear_youtube">
<button type="submit" class="btn btn-outline-success">Clear Queue</button>
</form>
Expand Down

0 comments on commit 2921ac3

Please sign in to comment.