mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #1537 from shlok007/fix-haml-lint
Fixes failing haml-lint in admin/conferences/show
This commit is contained in:
commit
bf54487a19
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
|||
conference: @conference }
|
||||
.row#tickets
|
||||
.col-md-8
|
||||
=render partial: 'line_chart', locals: { title: 'Tickets sold over time',
|
||||
= render partial: 'line_chart', locals: { title: 'Tickets sold over time',
|
||||
name: 'tickets',
|
||||
conferences: @tickets,
|
||||
active_conferences: @tickets,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue