backlog 0.5.1 → 0.5.2
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/History.txt +4 -0
- data/app/views/works/weekly_work_sheet.rhtml +3 -0
- metadata +2 -1
data/History.txt
CHANGED
@@ -5,6 +5,9 @@
|
|
5
5
|
<% invoicing = @rows.find {|r| r.find {|w| w && w.task.enable_invoicing?}} %>
|
6
6
|
<% columns = 2 + (track_times ? 2 : 0) + (invoicing ? 1 : 0) %>
|
7
7
|
|
8
|
+
<div style="float: left"><%=link_to(image_tag('arrow_left.png'), :id => (@week - 1))%></div>
|
9
|
+
<div style="float: right"><%=link_to(image_tag('arrow_right.png'), :id => (@week + 1))%></div>
|
10
|
+
|
8
11
|
<h1>Work for week <%=@week%><%=user? ? " for #{user.login}" : ''%></h1>
|
9
12
|
|
10
13
|
<div align="right">
|
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: backlog
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.5.
|
6
|
+
version: 0.5.2
|
7
7
|
date: 2007-08-06 00:00:00 +02:00
|
8
8
|
summary: Application to aid collecting, processing, organizing, reviewing and doing tasks.
|
9
9
|
require_paths:
|
@@ -225,6 +225,7 @@ files:
|
|
225
225
|
- config/environments/datek_production.rb
|
226
226
|
- LICENSE_LOCALIZATION
|
227
227
|
- README.txt
|
228
|
+
- doc
|
228
229
|
- Manifest.txt
|
229
230
|
- vendor
|
230
231
|
- vendor/plugins
|