add close icon to primary email layout ref

This commit is contained in:
Felix Niklas 2015-09-14 18:48:07 +02:00
parent 10ab45e4fd
commit 4550d976aa
2 changed files with 2 additions and 2 deletions

View file

@ -1600,7 +1600,7 @@ class PrimaryEmailRef extends App.ControllerContent
@render() @render()
render: -> render: ->
@html App.view('layout_ref/primary_email') @html App.view('layout_ref/primary_email')()
App.Config.set( 'layout_ref/primary_email', PrimaryEmailRef, 'Routes' ) App.Config.set( 'layout_ref/primary_email', PrimaryEmailRef, 'Routes' )

View file

@ -5,7 +5,7 @@
<form> <form>
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<div class="modal-close js-close"></div> <div class="modal-close js-close"><%- @Icon('diagonal-cross') %></div>
<h1 class="modal-title">New: User</h1> <h1 class="modal-title">New: User</h1>
</div> </div>