Skip to content

Commit c94e70d

Browse files
merge updates
1 parent 5b3afd4 commit c94e70d

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed
Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
<h4><%= @example["ExampleName"] %></h4>
32
<p><%= sanitize @example["ExampleDescription"] %></p>
43

@@ -28,35 +27,4 @@
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>

0 commit comments

Comments
 (0)