From 3fc6887a158b779ecc68547d4ec7b35b5c02d3d0 Mon Sep 17 00:00:00 2001 From: Till Breuer Date: Wed, 8 Jan 2014 11:54:54 +0100 Subject: [PATCH 1/2] Fix timeline grouping labels (#2146) --- app/views/timelines/group/_grouping.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/timelines/group/_grouping.html.erb b/app/views/timelines/group/_grouping.html.erb index 329539e3a0..767384354f 100644 --- a/app/views/timelines/group/_grouping.html.erb +++ b/app/views/timelines/group/_grouping.html.erb @@ -35,7 +35,7 @@ See doc/COPYRIGHT.rdoc for more details.

- <%= label_tag :timeline_options_grouping_one, + <%= label_tag :timeline_options_grouping_one_enabled, l('timelines.filter.grouping_one') %> <%= check_box_tag("timeline[options][grouping_one_enabled]", @@ -87,7 +87,7 @@ See doc/COPYRIGHT.rdoc for more details.

- <%= label_tag :timeline_options_grouping_two, + <%= label_tag :timeline_options_grouping_two_enabled, l('timelines.filter.grouping_two') %> <%= check_box_tag("timeline[options][grouping_two_enabled]", From 6592261fa5950c92c9d6f742984ff309fd5afac7 Mon Sep 17 00:00:00 2001 From: Till Breuer Date: Wed, 8 Jan 2014 15:53:50 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- doc/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 3319c48972..06c950a05f 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -30,6 +30,7 @@ See doc/COPYRIGHT.rdoc for more details. # Changelog * `#1951` Layout for ## and ### textile link help is broken +* `#2146` [Accessibility] Link form elements to their label - timeline groupings * `#2147` [Accessibility] Link form elements to their label - new timeline * `#2151` [Accessibility] Link form elements to their label - new wiki page * `#2152` [Accessibility] Link form elements to their label - new forum message