view default/merge-request/create.html @ 100:61bf2ae16577

css (blog): min/max height adjustment, to make tags clickable without expanding the blog item
author Goffi <goffi@goffi.org>
date Sun, 21 Jan 2018 20:26:15 +0100
parents 339f4011ed9b
children 4f27ce980ced
line wrap: on
line source

{# creata a new ticket #}

{% set category_menu = [('merge-requests_list', url_tickets_list)] %}
{% extends 'base/base.html' %}
{% block body %}
<div class="box message_info">
    <p>{% trans %}It is not yet possible to create a merge request from inside Libervia, please use <pre>jp merge-request set</pre> for now. Merge requests welcome ;){% endtrans %}</p>
</div>
{% endblock body %}