Skip to content

Commit

Permalink
Added buttons to github wiki and issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
khloke committed Feb 23, 2017
1 parent 33517c6 commit b314513
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions options.html
Expand Up @@ -24,6 +24,7 @@
<li><a href="#general" data-toggle="tab">Others</a></li>
<li><a href="#changelist" data-toggle="tab">Changelist</a></li>
<li><a href="#donate" data-toggle="tab">Donate</a></li>
<li><a href="#help" data-toggle="tab">Help</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="kodiHost">
Expand Down Expand Up @@ -419,6 +420,11 @@
<img id="paypalDonate" src="images/btn_donate_LG.gif" style="cursor: pointer;"/>
</div>
</div>
<div class="tab-pane" id="help" style="text-align: center">
<a class="btn btn-large" href="https://github.com/khloke/play-to-xbmc-chrome/wiki/Getting-Started" target="_blank" style="width: 80%; margin-bottom: 10px">Getting Started</a><br/>
<a class="btn btn-large" href="https://github.com/khloke/play-to-xbmc-chrome/wiki/Frequently-Asked-Questions" target="_blank" style="width: 80%; margin-bottom: 10px">Frequently Asked Questions</a><br/>
<a class="btn btn-large" href="https://github.com/khloke/play-to-xbmc-chrome/issues" target="_blank" style="width: 80%; margin-bottom: 10px">Report Issues</a>
</div>
</div>
</div>
<div class="control-group" style="border-top: #e5e5e5 solid 1px; ">
Expand Down

0 comments on commit b314513

Please sign in to comment.