Expand navbar with protection
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
{% extends 'base/base.html.twig' %}
|
||||
|
||||
{% block title %}My snippets{% endblock %}
|
||||
{% block title %}My snips{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>My snippets</h1>
|
||||
<h1>My snips</h1>
|
||||
<a class="btn btn-success" href="{{ path('snip_new') }}">
|
||||
<i class="fa fa-plus"></i> Add
|
||||
</a><br><br>
|
||||
|
Reference in New Issue
Block a user