Skip to content

Commit

Permalink
Added a placeholder for the "Licenses" panel
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 24, 2017
1 parent e2cd1f4 commit fe3df06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Resources/views/doc.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:1
<a class="menu-item" href="#templates">Templates</a>
<a class="menu-item" href="#doctrine">Doctrine Entities</a>
<a class="menu-item" href="#configuration">Configuration</a>
<a class="menu-item" href="#licenses">Licenses</a>
</nav>
</div>

Expand Down Expand Up @@ -244,6 +245,14 @@ html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:1
<p>Here you'll find all the information related to this panel.</p>
</div>
</section>

<section id="licenses">
<h1 class="page-title">Licenses</h1>
<div class="blankslate blankslate-spacious">
<h3>This panel is not finished</h3>
<p>Here you'll find all the information related to this panel.</p>
</div>
</section>
</div>
</div>

Expand Down

0 comments on commit fe3df06

Please sign in to comment.