login.template.hbs

<form {{action "authenticate" on="submit"}} class="ui form fitted item"> <div class="item"> <div class="ui transparent action input"> <!--TODO: Add classes .. field error--> {{input value=email name="email" type="email" placeholder="E-mail"}} </div> </div> <div class="item"> <div class="ui transparent action input"> {{input value=password name="password" type="password" placeholder="Senha"}} </div> </div> <div class="item"> <button class="ui primary button" type="submit">Entrar</button> </div> </form>
Ember Section

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.