|
|
|
@@ -2,7 +2,12 @@ |
|
|
|
<div class="modal-dialog modal-dialog-centered" role="document" style="max-width: 800px"> |
|
|
|
<div class="modal-content"> |
|
|
|
<div class="modal-header"> |
|
|
|
<h5 class="modal-title">发送邮件给<%= @feedback&.user&.mail%></h5> |
|
|
|
<h5 class="modal-title"> |
|
|
|
发送邮件给<%= @feedback&.user&.mail%> |
|
|
|
<% if @feedback&.user&.mail.end_with?('@example.org') || @feedback&.user&.mail.end_with?('@gitlink.org.cn')%> |
|
|
|
<span style="color: red">(该邮箱不可用)</span> |
|
|
|
<% end %> |
|
|
|
</h5> |
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> |
|
|
|
<span aria-hidden="true">×</span> |
|
|
|
</button> |
|
|
|
|