Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions lib/rdoc/generator/template/darkfish/class.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,8 @@
<%- attributes.each do |attrib| %>
<div id="<%= attrib.aref %>" class="method-detail anchor-link">
<div class="method-heading attribute-method-heading">
<a href="#<%= attrib.aref %>" title="Link to this attribute">
<span class="method-name"><%= h attrib.name %></span>
<span class="attribute-access-type">[<%= attrib.rw %>]</span>
</a>
<a href="#<%= attrib.aref %>" title="Link to this attribute"><span class="method-name"><%= h attrib.name %></span></a>
<span class="attribute-access-type" title="<%= attrib.definition %>">[<%= attrib.rw %>]</span>
</div>

<div class="method-description">
Expand Down