public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Search Repo:
A couple clearfixes
Michael Hartl (author)
Mon Apr 07 16:54:29 -0700 2008
commit  f39f63da0207579e54c7d8acddf95fadc8620bf3
tree    84841329a7aa2e629c8e95efd7ead13c22367227
parent  2476a71d4c66b9f9bd20bf6265d7b8b5481f9f2d
...
41
42
43
44
45
46
47
...
41
42
43
 
44
45
46
0
@@ -41,7 +41,6 @@ class PostsController < ApplicationController
0
   end
0
 
0
   # Used for both forum and blog posts.
0
- # TODO: check permissions on this
0
   def create
0
     @post = new_resource_post
0
     
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@
0
     <%- end -%>
0
   <%- end -%>
0
 
0
- <div>
0
+ <div class="clearfix">
0
     <p>
0
     <%= image_tag @person.main_photo %>
0
     
...
8
9
10
11
 
12
13
 
14
15
16
...
8
9
10
 
11
12
 
13
14
15
16
0
@@ -8,9 +8,9 @@
0
     <div class="wrapper column span-<%= LARGER_COLUMN-1 %> last">
0
       <div class="activity_body">
0
         <%= feed_message activity %>
0
- <span class="time">
0
+ <div class="time">
0
           <%= time_ago_in_words(activity.created_at).capitalize %> ago
0
- </span>
0
+ </div>
0
       </div>
0
     </div>
0
   </div>

Comments

    No one has commented yet.