flyboy 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/app/views/flyboy/task_comments/_list.html.slim +1 -1
- data/app/views/flyboy/tasks/_context.html.slim +1 -1
- data/app/views/flyboy/tasks/_list.html.slim +1 -1
- data/app/views/flyboy/tasks/index.xls.erb +1 -1
- data/lib/flyboy/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +0 -10877
- data/spec/dummy/log/test.log +3599 -116007
- metadata +4 -6
- data/spec/dummy/tmp/pids/server.pid +0 -1
@@ -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'
|
@@ -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
|
22
|
+
<Cell><Data ss:Type="String"><%= l(task.term) %></Data></Cell>
|
23
23
|
</Row>
|
24
24
|
<% end %>
|
25
25
|
</Table>
|
data/lib/flyboy/version.rb
CHANGED
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|