Started inital migration to rails 3.2
This commit is contained in:
4
app/views/topics/show.html.erb
Normal file → Executable file
4
app/views/topics/show.html.erb
Normal file → Executable file
@@ -19,7 +19,7 @@
|
||||
<span class="info smaller">
|
||||
<p><strong><%= "Administrator" if post.user.admin? %></strong></p>
|
||||
Posts <%= post.user.posts.size %><br />
|
||||
Registered <%=l post.user.created_at, :format => :joined %><br />
|
||||
Registered <%=l post.user.created_at %><br />
|
||||
</span>
|
||||
</td>
|
||||
<td class="post_header">
|
||||
@@ -41,4 +41,4 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right controls"><p><%= link_to "Back to Forum", forum_path(@topic.forum) %></p></div>
|
||||
<div class="right controls"><p><%= link_to "Back to Forum", forum_path(@topic.forum) %></p></div>
|
||||
|
||||
Reference in New Issue
Block a user