Skip to content

Commit

Permalink
merged branch 2.1.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Sep 20, 2016
2 parents db8e95d + da997d9 commit 5e24cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ form according to the current step.
{{ form_end(form) }}
```

For the buttons to render correctly you need to tell Assetic to include a CSS file.
So place this in your base template:
Some CSS is needed to render the buttons correctly. The easiest way would be to let
[Assetic](https://symfony.com/doc/current/assetic/asset_management.html) load the provided file in your base template:

```twig
{% stylesheets '@CraueFormFlowBundle/Resources/assets/css/buttons.css' %}
Expand Down

0 comments on commit 5e24cde

Please sign in to comment.