We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb48ed5 commit 0c8456cCopy full SHA for 0c8456c
app/views/partials/_example_info.erb
@@ -21,6 +21,10 @@
21
<% end %>
22
23
24
+<% if @example["LinkToHowTo"] %>
25
+ <p>Prerequisite: See <a target='_blank' href="<%= @example["LinkToHowTo"][0]["Path"] %>"><%= @example["LinkToHowTo"][0]["PathName"] %></a></p>
26
+<% end %>
27
+
28
<p>
29
<%= sanitize format_string(@manifest["SupportingTexts"]["ViewSourceFile"], "<a target='_blank' href='#{@source_url}'>#{@source_file}</a>" ) %>
30
</p>
0 commit comments