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:
Removed tabs
Michael Hartl (author)
Tue May 06 17:43:59 -0700 2008
commit  bed284102076d75fb69919df5778f31b6cc43b32
tree    846d00aacecc31af22f198b91ccd8ef51ea7fb7e
parent  76fbe056833051f167ea03c608571791bf395c55
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@
0
                                 :image => :bounded_icon,
0
                                 
0
                                 :destroy => (current_person? @person), #destroy if in own profile
0
- :send_message => (current_person? (@person)) %>
0
+ :send_message => (current_person? (@person)) %>
0
       </li>
0
     <%- end -%>
0
       
...
22
23
24
25
26
27
28
 
 
 
 
29
30
31
...
22
23
24
 
 
 
 
25
26
27
28
29
30
31
0
@@ -22,10 +22,10 @@
0
           <%- end -%>
0
           <%- if Connection.connected?(@person, current_person) -%>
0
           <li><%= h @person.name %> is one of your contacts </li>
0
- <li><%= link_to "break up",
0
- connection_path(Connection.conn(current_person,@person)),
0
- :method => :delete,
0
- :confirm => "Are you sure you want to break up with #{@person.name}" %></li>
0
+ <li><%= link_to "break up",
0
+ connection_path(Connection.conn(current_person,@person)),
0
+ :method => :delete,
0
+ :confirm => "Are you sure you want to break up with #{@person.name}" %></li>
0
           <%- end -%>
0
           <li><%= email_link @person %></li>
0
         <%- end -%>

Comments

    No one has commented yet.