GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of stevenbristol/lovd-by-less
Description: Open Source Social Network written in Ruby on Rail by Less Everything
Homepage: http://lovdbyless.com
Clone URL: git://github.com/JeremyL/lovd-by-less.git
nothing changed
JeremyL (author)
Thu Apr 17 18:15:57 -0700 2008
commit  9b6ee3c74164b9919cc184133a24e2fe53e401ff
tree    5eb6472d22c51019f7e6441c3e43a3d0a9d72095
parent  a6189563dd2fcae4ffede72d4bcb69a291e5c4b3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
18
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
0
@@ -1,17 +1,17 @@
0
-<%
0
-#locals
0
-blog ||= @blog
0
-%>
0
-
0
-
0
-
0
-
0
-<div id="blog">
0
- <% less_form_for [@profile, blog] do |f| %>
0
- <%= f.text_field :title %>
0
- <%= f.text_area :body %>
0
- <div class="row button">
0
- <%= f.submit 'Save', :class=>'button' %>
0
- </div>
0
- <% end %>
0
+<%
0
+#locals
0
+blog ||= @blog
0
+%>
0
+
0
+
0
+
0
+
0
+<div id="blog">
0
+ <% less_form_for [@profile, blog] do |f| %>
0
+ <%= f.text_field :title %>
0
+ <%= f.text_area :body %>
0
+ <div class="row button">
0
+ <%= f.submit 'Save', :class=>'button' %>
0
+ </div>
0
+ <% end %>
0
 </div>
0
\ No newline at end of file

Comments

    No one has commented yet.