Forgot to commit ckeditor bbcode plugin and conf
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
<% i += 1 %>
|
||||
<% if !post.user.blank? %>
|
||||
<tr>
|
||||
<td class="post_author" rowspan="2">
|
||||
<a name="<%= post.id %>"> <%= link_to ("#"+ i.to_s ), post %> </a>
|
||||
<td class="post_author" rowspan="2">
|
||||
<span class="name"><%= post.user.username %></span>
|
||||
<span class="avatar"><%= image_tag post.user.gravatar_url %></span>
|
||||
<span class="info smaller">
|
||||
@@ -28,7 +27,9 @@
|
||||
</span>
|
||||
</td>
|
||||
<td class="post_header">
|
||||
<span class="left post_date smaller">Posted <%=l post.created_at %></span>
|
||||
<span class="left post_date smaller">
|
||||
<a name="<%= post.id %>"> <%= link_to ("#"+ i.to_s ), post %> </a>
|
||||
Posted <%=l post.created_at %></span>
|
||||
<span class="right controls">
|
||||
<%= link_to "Reply", new_topic_post_path(@topic) if can? :create, @topic.posts.new %>
|
||||
<%= link_to "Quote", new_topic_post_path(@topic, :quote => post) if can? :create, @topic.posts.new %>
|
||||
|
||||
Reference in New Issue
Block a user