Skip to content

Commit

Permalink
Command names bold in summary
Browse files Browse the repository at this point in the history
This is consistent with methods.
  • Loading branch information
koraktor committed Nov 24, 2010
1 parent ec2a6ed commit d3fbca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/class/html/command_summary.erb
Expand Up @@ -8,7 +8,7 @@
<% commands.each do |cmd| %>
<li class="<%= cmd.has_tag?(:deprecated) ? 'deprecated' : '' %>">
<span class="summary_signature">
<% title = "&gt;&gt; #{h cmd.name}"
<% title = "&gt;&gt; <strong>#{h cmd.name}</strong>"
link_title = "#{h cmd.name} (#{cmd.type})" %>
<%= link_url(url_for(cmd), title, :title => link_title) %>
</span>
Expand Down

0 comments on commit d3fbca2

Please sign in to comment.