File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 1- < < < < < < < HEAD
21< h4 > <%= @example [ "ExampleName" ] %> </ h4 >
32< p > <%= sanitize @example [ "ExampleDescription" ] %> </ p >
43
2827
2928< p >
3029 <%= sanitize format_string ( @manifest [ "SupportingTexts" ] [ "ViewSourceFile" ] , "<a target='_blank' href='#{ @source_url } '>#{ @source_file } </a>" ) %>
31- =======
32- < h4 > <%= @example [ "ExampleName" ] %> </ h4 >
33- < p > <%= sanitize @example [ "ExampleDescription" ] %> </ p >
34-
35- <% if @show_doc %>
36- < p > < a target ='_blank ' href ='<%= @documentation %> '> Documentation</ a > about this example.</ p >
37- <% end %>
38-
39- <% if @example [ "Notes" ] %>
40- <%= sanitize @example [ "Notes" ] %>
41- <% end %>
42-
43- <% if @example [ "LinksToAPIMethod" ] %>
44- <% if @example [ "LinksToAPIMethod" ] . length > 1 %>
45- <%= sanitize @manifest [ "SupportingTexts" ] [ "APIMethodUsedPlural" ] %>
46- <% else %>
47- <%= sanitize @manifest [ "SupportingTexts" ] [ "APIMethodUsed" ] %>
48- <% end %>
49-
50- <% @example [ "LinksToAPIMethod" ] . each do |link | %>
51- < a target ='_blank ' href ="<%= link [ "Path" ] %> "> <%= link [ "PathName" ] %> </ a >
52- <% end %>
53- <% end %>
54-
55- <% if @example [ "LinkToHowTo" ] %>
56- < p > Prerequisite: See < a target ='_blank ' href ="<%= @example [ "LinkToHowTo" ] [ 0 ] [ "Path" ] %> "> <%= @example [ "LinkToHowTo" ] [ 0 ] [ "PathName" ] %> </ a > </ p >
57- <% end %>
58-
59- < p >
60- <%= sanitize format_string ( @manifest [ "SupportingTexts" ] [ "ViewSourceFile" ] , "<a target='_blank' href='#{ @source_url } '>#{ @source_file } </a>" ) %>
61- > > > > > > > ad04cb92d8fcc1f8cb3dfe6be19914ea4018d17a
6230</ p >
You can’t perform that action at this time.
0 commit comments