mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-23 23:54:07 +01:00
Change context element IDs to use underscore instead of just the c prefix
This commit is contained in:
parent
9c28bc737c
commit
1e0f1bd611
3 changed files with 3 additions and 3 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue