Skip to content
Snippets Groups Projects
Commit 1f5c8308 authored by Moreau Elise's avatar Moreau Elise
Browse files

add return links in template

parent e9ab73e6
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,6 @@ ...@@ -71,7 +71,6 @@
</div> </div>
<div class="results" style="overflow:scroll"></div> <div class="results" style="overflow:scroll"></div>
</div> </div>
<form method="post" action="/groups/{{group.id}}/users/add_multiple" id="users-add-form"></form> <form method="post" action="/groups/{{group.id}}/users/add_multiple" id="users-add-form"></form>
</div> </div>
</div> </div>
......
{% extends 'common/layout.twig' %} {% extends 'common/layout.twig' %}
{% block content %} {% block content %}
<div class="return_link">
<a href="/groups/{{group.getId}}">Retour</a>
</div>
<div class="form_format"> <div class="form_format">
<form class="ui form {% if formstatus %} {{formstatus}} {% endif %} " action="/groups/{{group.getId}}/modify" method="post"> <form class="ui form {% if formstatus %} {{formstatus}} {% endif %} " action="/groups/{{group.getId}}/modify" method="post">
<h4 class="ui dividing header">Modify the group {{group.name}}</h4> <h4 class="ui dividing header">Modify the group {{group.name}}</h4>
......
{% extends 'common/layout.twig' %} {% extends 'common/layout.twig' %}
{% block content %} {% block content %}
<div class="ui right sidebar" id="list_tchat"> <div class="return_link">
<a href="/groups/{{group.getId}}">Retour</a>
</div> </div>
<div class="current_tchat"> <div class="current_tchat">
<h2> {{group.name}}</h2> <h2> {{group.name}}</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment