Created
October 13, 2015 03:53
-
-
Save Felipe00/12de431871a267e0b00a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="input-field col s6"> | |
| @inputText(userForm("name"), 'id -> "name", '_label -> null) | |
| <label for="name">NOME</label> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <head> | |
| <title>@title</title> | |
| <link rel="stylesheet" media="screen" | |
| href="@routes.Assets.versioned("stylesheets/main.css")"> | |
| <link rel="stylesheet" media="screen" | |
| href="@routes.Assets.versioned("stylesheets/style.css")"> | |
| <link rel="stylesheet" | |
| href="@routes.Assets.versioned("stylesheets/materialize.min.css")"> | |
| <script type="text/javascript" | |
| src="@routes.Assets.versioned("javascripts/materialize.min.js")"></script> | |
| <script type="text/javascript" | |
| src="@routes.Assets.versioned("javascripts/jquery-2-1-4.min.js")"></script> | |
| </head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment