favicon + affectation + close
This commit is contained in:
@ -3,8 +3,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{appName}}{% block title %}{% endblock %}</title>
|
||||
<link rel="icon" href="">
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="{{asset("medias/logo/logo.png")}}">
|
||||
|
||||
<link rel="stylesheet" href="{{ asset('lib/bootstrap/css/bootstrap.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('lib/bootswatch/bootswatch.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('lib/fontawesome/css/all.min.css') }}">
|
||||
|
@ -29,6 +29,7 @@
|
||||
<div class="card-header">Information</div>
|
||||
<div class="card-body">
|
||||
{{ form_row(form.color) }}
|
||||
{{ form_row(form.assignedTo) }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -18,7 +18,8 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<a href="{{path("app_issue_update",{id:issue.id})}}">Modifier</a>
|
||||
<a class="btn btn-sm btn-success" href="{{path("app_issue_update",{id:issue.id})}}">Modifier / Affecter</a>
|
||||
<a class="btn btn-sm btn-danger ms-auto" href="{{path("app_issue_close",{id:issue.id})}}" onclick="return confirm('Confirmez-vous la fermeture de cette issue ?')">Fermer</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
{% block body %}
|
||||
<h1>{{title}}</h1>
|
||||
|
||||
|
||||
{{ form_start(form) }}
|
||||
{{ form_widget(form.submit) }}
|
||||
|
Reference in New Issue
Block a user