Skip to content

Commit

Permalink
Merge pull request #8 from LoicGoyet/master
Browse files Browse the repository at this point in the history
remove generation of container-fluid when widget hasContainer is false
  • Loading branch information
lenybernard authored Jul 6, 2016
2 parents 1458c94 + 8fd7421 commit 4b12bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/show.html.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'VictoireCoreBundle:Widget:show.html.twig' %}

{% block content %}
<div class="vic-layout{% if hasContainer %} container{% else %} container-fluid{% endif %}">
<div class="vic-layout{% if hasContainer %} container{% endif %}">
{% set availableWidgets = [] %}
<div class="row">

Expand Down

0 comments on commit 4b12bbc

Please sign in to comment.