Skip to content

Commit

Permalink
Bugfix: Missing brackets causes calendar_subscriptions layout_ref to …
Browse files Browse the repository at this point in the history
…not render properly.
  • Loading branch information
thorsteneckel committed Mar 15, 2019
1 parent e3d2192 commit e75419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/app/controllers/layout_ref.coffee
Expand Up @@ -1556,7 +1556,7 @@ class CalendarSubscriptionsRef extends App.ControllerContent
@render()

render: ->
@html App.view('layout_ref/calendar_subscriptions')
@html App.view('layout_ref/calendar_subscriptions')()

selectAll: (e) ->
e.currentTarget.focus()
Expand Down

0 comments on commit e75419d

Please sign in to comment.