Commit 6fb568580a93f2917e2b5dbc812e5c8ab7cbb99c

Authored by Michel Felipe
1 parent a5b5066e

Show stored tags in each task. At this moment, the tags are showed by lazy load

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/tasks/_task.html.erb
... ... @@ -43,7 +43,7 @@
43 43  
44 44 <div class="formfieldline">
45 45 <div class="formfield tag-list-fields">
46   - <%= labelled_text_field(_('Tags'),"tasks[#{task.id}][task][tag_list]", '', :size => 36, :class => 'tag-list') %>
  46 + <%= labelled_text_field(_('Tags'),"tasks[#{task.id}][task][tag_list]", task.tag_list.to_s, :size => 36, :class => 'tag-list') %>
47 47 </div>
48 48 </div>
49 49  
... ...