Skip to content

Improve the demo-warning. #5683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Improve the demo-warning.
  • Loading branch information
Augustin Delaporte committed Sep 9, 2015
commit 8d23a404ba503b2eff57ebf8e88bb5307ddb86ea
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 demo</h4>
<p>This pull request is automatically deployed and hosted on <a href="https://platform.sh">.<br>
<a href="http://symfony.com/doc/current/{{ pagename }}">Visit the page on symfony.com</a>.</p>
</div>

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