Fixed links to author pages on wiki/revised_pages

This commit is contained in:
Alexey Verkhovsky 2005-04-03 06:34:15 +00:00
parent 1038c2b373
commit 449a7fb8f3
2 changed files with 4 additions and 3 deletions

View file

@ -20,9 +20,9 @@
<ul>
<% end %>
<li>
<%= link_to page.name, :web => @web.address, :action => 'show', :id => page.name %>
<%= link_to_existing_page page %>
<div class="byline" style="margin-bottom: 0px">
by <%= page.author_link %>
by <%= link_to_page(page.author) %>
at <%= page.created_at.strftime "%H:%M" %>
<%= "from #{page.author.ip}" if page.author.respond_to?(:ip) %>
</div>
@ -30,3 +30,4 @@
<% end %>
</ul>
<% end %>