Skip to content

Commit

Permalink
More visible doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Sep 11, 2020
1 parent 89d465c commit 60cd688
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions templates/organization/member/invite.twig
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{% extends 'base.html.twig' %}

{% block header %}Invite a new member {% include 'component/docsLink.html.twig' with {'article': 'organization#members-and-permissions'} %}{% endblock %}
{% block header %}Invite a new member{% endblock %}

{% block content %}
<div class="row">
<div class="row">
<div class="col-12">
<p>
See documentation for {% include 'component/docsLink.html.twig' with {'text': 'members and permissions', 'article': 'organization#members-and-permissions'} %}.
</p>
</div>
</div>

<div class="row">
<div class="col-md-6 col-lg-4">
{{ form(form) }}
</div>
Expand Down

0 comments on commit 60cd688

Please sign in to comment.