Skip to content

Commit

Permalink
base_template: add 'full_width' parameter
Browse files Browse the repository at this point in the history
if set, template will use container-fluid
  • Loading branch information
Bertrand Mathieu committed May 26, 2015
1 parent a7f71ff commit de6a241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions abilian/web/templates/abilian_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

<!-- navbar -->
{% include "navbar.html" %}
<div id="content" class="container clearfix">

<div id="content" class="container{%- if full_width %}-fluid {% endif %} clearfix">

<!-- breadcrumbs -->
<div class="row">
Expand Down Expand Up @@ -78,7 +78,7 @@

{%- block footer %}
<footer>
<div class="container">
<div class="container{%- if full_width %}-fluid{%- endif %}">
<div class="row">
<div class="col-xs-12">
<hr />
Expand Down

0 comments on commit de6a241

Please sign in to comment.