Use code tags instead of backticks

This commit is contained in:
Ben Sima 2018-10-30 12:53:46 -07:00 committed by Peter Bhat Harkins
parent f08243e90b
commit 3803cf5680

View File

@ -80,6 +80,6 @@
<% end %>
<% else %>
<div class="help">
Search by domain with `domain:example.com` and <%= link_to 'tag', tags_path %> with `tag:meta`.
Search by domain with <code>domain:example.com</code> and <%= link_to 'tag', tags_path %> with <code>tag:meta</code>.
</div>
<% end %>