Skip to content

Commit

Permalink
Form labels added
Browse files Browse the repository at this point in the history
  • Loading branch information
corkyw10 committed Jan 30, 2019
1 parent 3a693d8 commit 4ceb827
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/cover.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
<p class="lead">
<a href="{{ path('tvShows') }}" class="btn btn-lg btn-secondary">Tv Shows</a>
<a href="{{ path('films') }}" class="btn btn-lg btn-secondary">Films</a>
{{ form_start(form) }}
{{ form_widget(form.search, {'attr': {'class': 'form-control-lg home-search', 'placeholder': 'Search Here'}}) }}
{{ form_row(form.Submit, {'attr': {'class': 'btn btn-lg btn-secondary'}}) }}
{{ form_end(form) }}
</p>


</main>


Expand Down

0 comments on commit 4ceb827

Please # to comment.