public
Description: a rails wrapper around the OpenWFEru "ruote" workflow and BPM engine
Homepage: http://openwferu.rubyforge.org/rquickstart.html
Clone URL: git://github.com/jmettraux/ruote-web.git
Search Repo:
irc
jmettraux (author)
Wed Jun 11 23:46:20 -0700 2008
commit  aa9e7886eb014dbcaf6a2bd5735f643004861511
tree    cee06a45594ff495d18463739e006a1e74c16924
parent  4b29e34c7e95943be2d1c6028dc2a255679fc5b7
...
68
69
70
 
 
71
72
73
...
68
69
70
71
72
73
74
75
0
@@ -68,6 +68,8 @@ developers mailing list : http://groups.google.com/group/openwferu-dev
0
 
0
 issue tracker : http://rubyforge.org/tracker/?atid=10023&group_id=2609&func=browse
0
 
0
+irc : irc.freenode.net #ruote
0
+
0
 
0
 == author
0
 
...
57
58
59
60
61
 
 
62
63
64
...
57
58
59
 
 
60
61
62
63
64
0
@@ -57,8 +57,8 @@
0
         participant '<%= h(workitem.participant_name) %>'
0
       </div>
0
       <div class="wis_workitem_body">
0
- <%
0
- workitem.fields.each do |field|
0
+ <%
0
+ workitem.fields.each do |field|
0
 
0
             next if field.fkey.match '^_'
0
             next if field.fkey == 'params'

Comments

    No one has commented yet.