rename replies to posts

This commit is contained in:
jomo
2014-05-10 01:49:43 +02:00
parent 35c85c2993
commit 3784738b30
+1 -1
View File
@@ -16,7 +16,7 @@
<% if trd = f.threads.last %> <% if trd = f.threads.last %>
<%= trd.author.name %> <%= link_to "posted", forumthread_path(f) %> <time title="<%= trd.created_at.strftime("%e %b %Y, %H:%M") %>" datetime="<%= trd.created_at.to_datetime.rfc3339 %>"><%= trd.created_at.strftime("%e %b %Y, %H:%M") %></time>. <%= trd.author.name %> <%= link_to "posted", forumthread_path(f) %> <time title="<%= trd.created_at.strftime("%e %b %Y, %H:%M") %>" datetime="<%= trd.created_at.to_datetime.rfc3339 %>"><%= trd.created_at.strftime("%e %b %Y, %H:%M") %></time>.
<% else %> <% else %>
No replies yet. No posts yet.
<% end %> <% end %>
</div> </div>
<div class="clear"></div> <div class="clear"></div>