Skip to content

Commit

Permalink
Merge pull request #1291 from innocente205/patch-7
Browse files Browse the repository at this point in the history
(Update) create.blade.php
  • Loading branch information
HDVinnie authored Apr 23, 2020
2 parents 22c69fe + fd1dd58 commit 0ca0121
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/rss/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
</div>

<div class="form-group">
<label for="imdb">ID</label>
<label for="imdb">IMDB ID</label>
<input type="text" class="form-control" id="imdb" name="imdb" placeholder="IMDB #">
<label for="tvdb"></label><input type="text" class="form-control" id="tvdb" name="tvdb"
<label for="tvdb">TVDB ID</label><input type="text" class="form-control" id="tvdb" name="tvdb"
placeholder="TVDB #">
<label for="tmdb"></label><input type="text" class="form-control" id="tmdb" name="tmdb"
<label for="tmdb">TMDB ID</label><input type="text" class="form-control" id="tmdb" name="tmdb"
placeholder="TMDB #">
<label for="mal"></label><input type="text" class="form-control" id="mal" name="mal"
<label for="mal">MAL ID</label><input type="text" class="form-control" id="mal" name="mal"
placeholder="MAL #">
</div>

Expand Down

0 comments on commit 0ca0121

Please sign in to comment.