Skip to content

Commit cb6e4f8

Browse files
committed
Remove last_modified from documentation index
The method was removed from RDoc, so this change fixes compatibility with RDoc 6.13.0+ (The line was also removed from edge sdoc already because the value displayed doesn't really make since: it's the last_modified time of the Rails README.md and not anything to do with documentation generation)
1 parent 1403494 commit cb6e4f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rdoc/generator/template/rails/index.rhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
</h2>
2323
<ul class="files">
2424
<li><%= h index.relative_name %></li>
25-
<li>Last modified: <%= index.last_modified %></li>
2625
</ul>
2726
<% if ENV['HORO_BADGE_VERSION'] %>
2827
<div id="version-badge"><%= ENV['HORO_BADGE_VERSION'] %></div>

0 commit comments

Comments
 (0)