public
Description: A bug tracker that makes sense
Clone URL: git://github.com/esad/bbbbug.git
Search Repo:
GUI
oneup (author)
Thu Jun 19 14:03:41 -0700 2008
commit  edf9ff4bb65e6655141b0457ffc3022a4547cd0e
tree    67f6dcc81217861a956dbb42e86b9437a9dc3536
parent  50c1131b3d74da65afde53afd5b3bf2fa1c9f3fc
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-%h1 New Project
0
+- area "New Project"
0
 
0
 - form_for Entry.new do |f|
0
   = f.text_area :body, :rows => 1, :cols => 60
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@
0
 - area @list_title, @project.body
0
 
0
 - if @entries.empty?
0
- %div
0
+ .padded
0
     %h1 nothing here
0
     %p
0
       What about

Comments

    No one has commented yet.