Renamed template file.

This commit is contained in:
Martin Edenhofer 2015-04-13 07:58:34 +02:00
parent ef14bed4f6
commit 2bc7de690e
2 changed files with 1 additions and 1 deletions

View file

@ -58,7 +58,7 @@ class Index extends App.ControllerContent
render: ->
@html App.view('getting_started/index')()
@html App.view('getting_started/intro')()
App.Config.set( 'getting_started', Index, 'Routes' )