Commit 60716a4f09a8d232d2d9ed5250b01d7c2c5e5fa8
Committed by
Leandro Santos
1 parent
456e9347
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
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
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | |
65 | 65 | <div class="formfieldline"> |
66 | 66 | <div class="formfield tag-list-fields"> |
67 | - <%= labelled_text_field(_('Tags'),"tasks[#{task.id}][task][tag_list]", '', :size => 36, :class => 'tag-list') %> | |
67 | + <%= labelled_text_field(_('Tags'),"tasks[#{task.id}][task][tag_list]", task.tag_list.to_s, :size => 36, :class => 'tag-list') %> | |
68 | 68 | </div> |
69 | 69 | </div> |
70 | 70 | ... | ... |