1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added first play to classes

This commit is contained in:
Luke Pulverenti 2014-02-26 16:31:47 -05:00
parent 0b238590fc
commit b066cb5d7a
7 changed files with 30 additions and 24 deletions

View file

@ -4,7 +4,7 @@
<title>Dashboard</title>
</head>
<body>
<div id="dashboardInfoPage" data-role="page" class="page type-interior adminPage">
<div id="dashboardInfoPage" data-role="page" class="page type-interior adminPage dashboardHomePage">
<div data-role="content">
<div class="content-primary">
@ -18,8 +18,6 @@
<div data-role="collapsible" data-collapsed="false" style="margin-top: 1em;">
<h3>Links</h3>
<div>
<p>Bookmark url: <a id="bookmarkUrl" href="#" data-ajax="false"></a></p>
<p class="externalUrl"></p>
<p><a href="http://mediabrowser3.com/community" target="_blank">Community</a> - Join us!</p>
<p><a href="https://github.com/MediaBrowser/MediaBrowser" target="_blank">Github</a></p>
<p><a href="../swagger-ui/index.html" target="_blank">Api Documentation</a></p>