Change context element IDs to use underscore instead of just the c prefix

This commit is contained in:
Jyri-Petteri Paloposki 2019-05-22 01:28:50 +03:00
parent 9c28bc737c
commit 1e0f1bd611
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ cache [context, source_view_key, current_user.date.strftime("%Y%m%d"), @tag_name
render :partial => 'todos/collection',
:object => @not_done,
:locals => { :settings => {
:id => "c#{context.id}",
:id => "context_#{context.id}",
:collapsible => settings[:collapsible],
:container_name => 'context',
:title => show_context_name(context),