mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
add some "no results" feedback to the searching + minor UI improvements
This commit is contained in:
parent
a2cbcaa4f1
commit
855689d0b9
5 changed files with 51 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
<div>
|
||||
<h1>Search</h1>
|
||||
<h4>Want to watch something that is not currently on Plex?! No problem! Just search for it below and request it!</h4>
|
||||
<br />
|
||||
<!-- Nav tabs -->
|
||||
<ul id="nav-tabs" class="nav nav-tabs" role="tablist">
|
||||
@if (Model.SearchForMovies)
|
||||
|
@ -57,7 +58,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
|
||||
<script id="search-template" type="text/x-handlebars-template">
|
||||
<div class="row">
|
||||
<div class="col-sm-2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue