add close icon to primary email layout ref
This commit is contained in:
parent
10ab45e4fd
commit
4550d976aa
2 changed files with 2 additions and 2 deletions
|
@ -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' )
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue