backlog 0.5.4 → 0.5.5
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/helpers/application_helper.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
@@ -24,7 +24,7 @@ module ApplicationHelper
|
|
24
24
|
def image_detour_to(image_source, title, url_options, image_options = nil, post = false)
|
25
25
|
image_options ||= {:class => 'image-submit'}
|
26
26
|
image_options.update :alt => title, :title => title
|
27
|
-
detour_to image_tag(image_source, image_options), url_options, :method =>
|
27
|
+
detour_to image_tag(image_source, image_options), url_options, post ? {:method => :post} : nil
|
28
28
|
end
|
29
29
|
|
30
30
|
def back_or_link_to(title, options)
|
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.5
|
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:
|