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
Rejiggered the right-side of home to be app-independent
Michael Hartl (author)
Tue May 20 16:32:30 -0700 2008
commit  97e82c6f16860cb89d97ba888956a0eb7f43bc77
tree    01292ed9be4646e77945f4a4cc23562bda3ded38
parent  30b14d441098647bfcf4108b1a336c013f1a0aff
...
10
11
12
13
 
 
14
15
16
17
18
19
20
 
 
 
21
22
 
 
 
 
 
 
23
24
25
...
10
11
12
 
13
14
15
 
 
 
 
 
 
16
17
18
19
 
20
21
22
23
24
25
26
27
28
0
@@ -10,16 +10,19 @@
0
     <%= render :partial => 'shared/contacts_preview',
0
                :locals => { :person => current_person } %>
0
   <%- else -%>
0
- <h2>About Insoshi</h2>
0
+ <%- unless global_prefs.app_name.blank? -%>
0
+ <h2>About <%= global_prefs.app_name %></h2>
0
     
0
- <p><a href="http://insoshi.com/">Insoshi</a>
0
- is an open-source project dedicated to making the best
0
- social networking platform.</p>
0
-
0
- <p>This is the
0
- developer community site for the Insoshi project.
0
+ <p>
0
+ <%= link_to "Click here", about_path %>
0
+ to learn more about us.
0
       </p>
0
-
0
+ <%- end -%>
0
+
0
+ <h2>Join
0
+ <%= global_prefs.app_name.blank? ? "the site" : global_prefs.app_name %>
0
+ </h2>
0
+
0
     <div style="text-align: center;">
0
       <%= link_to image_tag("button_signup.png"), signup_path %>
0
     </div>

Comments

    No one has commented yet.