Skip to content

Commit ddbf28e

Browse files
authored
Merge pull request #137 from docusign/DEVDOCS-12874-4
Devdocs 12874 4
2 parents 0cebd56 + d35bac5 commit ddbf28e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

app/templates/example_info.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ <h4>{{ title }}</h4>
1515
{% else %}
1616
{{ session["manifest"]["SupportingTexts"]["APIMethodUsed"] | safe }}
1717
{% endif %}
18-
18+
1919
{% for link in example["LinksToAPIMethod"] -%}
2020
<a target='_blank' href="{{ link['Path'] }}">{{ link['PathName'] }}</a>
2121
{% endfor %}
2222
{% endif %}
2323

24+
{% if example["LinkToHowTo"] | length > 0%}
25+
<p>
26+
Prerequisite: See <a target='_blank' href="{{ example['LinkToHowTo'][0]['Path'] }}">{{ example['LinkToHowTo'][0]['PathName'] }}</a>.
27+
</p>
28+
{% endif %}
29+
2430
<p>
2531
View source file <a target="_blank" href="{{ source_url | safe }}">{{ source_file }}</a> on GitHub.
26-
</p>
32+
</p>

0 commit comments

Comments
 (0)