rhodecode-toasts: added flash toast into pages that don't inherit from base.
This commit is contained in:
parent
aa5952b45a
commit
60f7192c2c
4 changed files with 4 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
float: left;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 35px 55px 35px 0;
|
||||
padding: 35px 55px 35px 35px;
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
</div>
|
||||
|
||||
<div class="loginwrapper">
|
||||
<rhodecode-toast id="notifications"></rhodecode-toast>
|
||||
<div class="left-column">
|
||||
<img class="sign-in-image" src="${h.asset('images/sign-in.png')}" alt="RhodeCode"/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
</div>
|
||||
|
||||
<div class="loginwrapper">
|
||||
<rhodecode-toast id="notifications"></rhodecode-toast>
|
||||
<div class="left-column">
|
||||
<img class="sign-in-image" src="${h.asset('images/sign-in.png')}" alt="RhodeCode"/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
</div>
|
||||
|
||||
<div class="loginwrapper">
|
||||
<rhodecode-toast id="notifications"></rhodecode-toast>
|
||||
<div class="left-column">
|
||||
<img class="sign-in-image" src="${h.asset('images/sign-in.png')}" alt="RhodeCode"/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue