Skip to content

Commit

Permalink
Update JAVA.md
Browse files Browse the repository at this point in the history
Removed @ in index.scala.html since otherwise it did not compile (play 2.0.4)
  • Loading branch information
MaurizioPz committed Nov 10, 2012
1 parent 1da3977 commit 01f0067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JAVA.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ Create a new template component that will be used to create new Bootstrap-friend
Update the `app/views/index.scala.html` file to use Bootstrap for a nice header, better layout, and nicer default fonts:

@(message: String, taskForm: Form[Task])
@implicitFieldConstructor = @{ helper.FieldConstructor(twitterBootstrapInput.render) }
@implicitFieldConstructor = { helper.FieldConstructor(twitterBootstrapInput.render) }

@main("Welcome to Play 2.0") {

Expand Down

0 comments on commit 01f0067

Please sign in to comment.