Skip to content
Snippets Groups Projects
Commit d69eb4e7 authored by kaiyou's avatar kaiyou
Browse files

Point service actions to the service

parent 56edd559
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% block title %}{{ service.name }}{% endblock %}
{% block subtitle %}{{ label }}{% endblock %}
{% block subtitle %}{{ label.lower() }}{% endblock %}
{% block content %}
<div class="row">
......@@ -13,3 +13,7 @@
</div>
</div>
{% endblock %}
{% block actions %}
<a href="{{ url_for("service.details", service_uuid=service.uuid) }}" class="btn btn-info">{% trans %}Show service{% endtrans %}</a>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment