Merge pull request #2890 from techAPJ/patch-1
Show raw email in text box
This commit is contained in:
commit
12be79c3f9
|
@ -1,6 +1,6 @@
|
|||
<div class="modal-body">
|
||||
{{#if raw_email}}
|
||||
<pre><code>{{raw_email}}</code></pre>
|
||||
<textarea class="raw-email-textarea">{{raw_email}}</textarea>
|
||||
{{else}}
|
||||
{{i18n raw_email.not_available}}
|
||||
{{/if}}
|
||||
|
|
|
@ -117,6 +117,9 @@
|
|||
.warning {
|
||||
color: $danger !important;
|
||||
}
|
||||
.raw-email-textarea {
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
.password-confirmation {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue