Skip to content

Commit

Permalink
Merge pull request #409 from Apipie/Nerian-layout_fix
Browse files Browse the repository at this point in the history
Nerian layout fix
  • Loading branch information
Pajk committed Dec 12, 2015
2 parents e8d73d5 + d09fccf commit 108d226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/apipie/apipie.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<![endif]-->
</head>
<body>
<div class="container">
<div class="row">
<div class="container-fluid">
<div class="row-fluid">
<div id='container'>
<%= yield %>
<%= render 'disqus' if Apipie.configuration.use_disqus? %>
Expand Down

0 comments on commit 108d226

Please sign in to comment.