Skip to content

Commit

Permalink
Improve the demo-warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin Delaporte authored and xabbuh committed Sep 23, 2015
1 parent 6ce015b commit 74ce3e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _theme/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
<div id="sidebar" class="col-sm-3">
<div id="sidebar-content">
<div id="demo-warning">
<h4>This is a demo</h4>
<p>This is a demo provided by platform.sh.<br>
<a href="http://symfony.com/doc/current/{{ pagename }}">Visit on symfony.com</a>.</p>
<h4>Pull request build</h4>
<p>Each pull request of the Symfony Documentation is automatically deployed and hosted on <a href="https://platform.sh">Platform.sh</a>.<br>
Visit the page on <a href="https://symfony.com/doc/current/{{ pagename }}">symfony.com</a>.</p>
</div>

{%- include "globaltoc.html" %}
Expand Down

0 comments on commit 74ce3e1

Please sign in to comment.