Skip to content

Commit 7acbd37

Browse files
author
Brandon Black
committed
minor: editing yard template
1 parent cec717a commit 7acbd37

File tree

1 file changed

+1
-1
lines changed
  • tasks/yard/templates/default/tags/html

1 file changed

+1
-1
lines changed

tasks/yard/templates/default/tags/html/core.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<% if object.has_tag?(:core) %>
2-
<h3>Core docs:</h3>
2+
<p class="tag_title"><strong>Core Docs:</strong></p>
33
<ul class="see">
44
<% for tag in object.tags(:core) %>
55
<li><a href='<%= "http://dochub.mongodb.org/core/#{tag.name}" %>' name='<%= tag.text %>'><%= tag.name.capitalize %></a></li>

0 commit comments

Comments
 (0)