Created
September 14, 2015 19:58
-
-
Save dignifiedquire/4aacdc5ad45854d0d4ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% require Dict %> | |
<div class="summary-row"> | |
<div class="summary-signature"> | |
<a href="#<%=h node.id %>"><%= if Dict.has_key?(node, :signature) do %><%=h node.signature %><% end %></a> | |
</div> | |
<%= if node.doc do %> | |
<div class="summary-synopsis"><%= to_html(synopsis(node.doc)) %></div> | |
<% end %> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment