Merge "Added links to DSL docs in create/update views"

This commit is contained in:
Jenkins 2017-01-07 16:51:40 +00:00 committed by Gerrit Code Review
commit 904b376e17
2 changed files with 12 additions and 0 deletions

View File

@ -4,4 +4,10 @@
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Use one of the available definition source options to specify the definition to be used in creating this workbook." %}</p>
<p>
{% trans "Refer"%}
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#workbooks" title="Workflow Language Syntax" target="_blank">
Mistral Workflow Language</a>
{% trans " documentation for syntax details." %}
</p>
{% endblock %}

View File

@ -4,4 +4,10 @@
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Use one of the available definition source options to specify the definition to be used in creating this workflow." %}</p>
<p>
{% trans "Refer "%}
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#workflows" title="Workflow Language Syntax" target="_blank">
Mistral Workflow Language</a>
{% trans " documentation for syntax details." %}
</p>
{% endblock %}