Merge pull request #2890 from techAPJ/patch-1

Show raw email in text box
This commit is contained in:
Jeff Atwood 2014-10-19 12:32:16 -07:00
commit 12be79c3f9
2 changed files with 4 additions and 1 deletions

View File

@ -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}}

View File

@ -117,6 +117,9 @@
.warning {
color: $danger !important;
}
.raw-email-textarea {
height: 300px;
}
}
.password-confirmation {
display: none;