queue_dispatcher 1.1.8 → 1.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/queue_dispatcher_views/_search_results_events.html.haml +3 -1
- data/app/views/queue_dispatcher_views/_search_results_my_events.html.haml +3 -1
- data/app/views/queue_dispatcher_views/_task_event.html.haml +2 -0
- data/app/views/queue_dispatcher_views/_task_my_event.html.haml +2 -0
- data/lib/queue_dispatcher/version.rb +1 -1
- metadata +2 -2
@@ -1,4 +1,6 @@
|
|
1
1
|
#events
|
2
2
|
%table#events_table.table.table-striped
|
3
3
|
- @tasks.each do |task|
|
4
|
-
= render :partial => 'queue_dispatcher_views/task_event', :locals => { :task
|
4
|
+
= render :partial => 'queue_dispatcher_views/task_event', :locals => { task: task,
|
5
|
+
show_ids: defined?(show_ids) ? show_ids : false,
|
6
|
+
id_prefix: defined?(id_prefix) ? id_prefix : '' }
|
@@ -1,4 +1,6 @@
|
|
1
1
|
#events
|
2
2
|
%table#events_table.table.table-striped
|
3
3
|
- @tasks.each do |task|
|
4
|
-
= render :partial => 'queue_dispatcher_views/task_my_event', :locals => { :task
|
4
|
+
= render :partial => 'queue_dispatcher_views/task_my_event', :locals => { task: task,
|
5
|
+
show_ids: defined?(show_ids) ? show_ids : false,
|
6
|
+
id_prefix: defined?(id_prefix) ? id_prefix : '' }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: queue_dispatcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
12
|
+
date: 2012-10-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sys-proctable
|