Tests on events filtering added

This commit is contained in:
Alex Denisov 2012-12-02 22:54:19 +02:00
parent 2b93201533
commit b255c3c44b
3 changed files with 47 additions and 6 deletions

View file

@ -32,7 +32,7 @@ module EventsHelper
end
content_tag :div, class: "filter_icon #{inactive}" do
link_to dashboard_path(event_filter: filter), class: 'has_tooltip', 'data-original-title' => tooltip do
link_to dashboard_path(event_filter: filter), class: 'has_tooltip', id: "#{key}_event_filter", 'data-original-title' => tooltip do
image_tag "event_filter_#{key}.png"
end
end