flyboy 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@
23
23
 
24
24
  td.description
25
25
  p: small
26
- span.date = comment.date
26
+ span.date = l(comment.date)
27
27
 
28
28
  p = text2html comment.description
29
29
 
@@ -9,7 +9,7 @@
9
9
  = " : "
10
10
  = progress_bar(percentage: task.progress, label: true)
11
11
 
12
- = context_info Flyboy::Task.human_attribute_name(:created_at), task.created_at
12
+ = context_info Flyboy::Task.human_attribute_name(:created_at), l(task.created_at)
13
13
  = context_info Flyboy::Task.human_attribute_name(:reminder), l(task.reminder)
14
14
  = context_info Flyboy::Task.human_attribute_name(:term), l(task.term)
15
15
  = context_info Flyboy::Task.human_attribute_name(:done), task.done ? 'Oui' : 'Non'
@@ -33,7 +33,7 @@ table
33
33
  = progress_bar percentage: task.progress, label: true
34
34
 
35
35
  td.term
36
- = l task.term
36
+ = l(task.term)
37
37
 
38
38
  td.actions
39
39
  - if can?(:snooze, task)
@@ -19,7 +19,7 @@
19
19
  <Cell><Data ss:Type="String"><%= percentage(task.goal.progress) %></Data></Cell>
20
20
  <Cell><Data ss:Type="String"><%= task.title %></Data></Cell>
21
21
  <Cell><Data ss:Type="String"><%= percentage(task.progress) %></Data></Cell>
22
- <Cell><Data ss:Type="String"><%= l task.term %></Data></Cell>
22
+ <Cell><Data ss:Type="String"><%= l(task.term) %></Data></Cell>
23
23
  </Row>
24
24
  <% end %>
25
25
  </Table>
@@ -1,3 +1,3 @@
1
1
  module Flyboy
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
Binary file