Forgot to commit ckeditor bbcode plugin and conf

This commit is contained in:
2013-01-27 01:25:42 -05:00
parent cc00d7c6a2
commit 6b0932fb96
5 changed files with 1077 additions and 3 deletions

View File

@@ -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 %>