2019-02-15 20:07:29 +08:00
|
|
|
<div class="modal" id="manage-module-system-notification-modal" tabindex="-1" role="dialog" aria-labelledby="manage-module-system-notification-modal-label">
|
|
|
|
<div class="modal-dialog" role="document">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
|
|
<h4 class="modal-title" id="manage-module-system-notification-modal-label">
|
|
|
|
<%= notification ? notification.modal_title.html_safe : '' %>
|
|
|
|
</h4>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<%= notification ? notification.modal_body.html_safe : '' %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<% if notification %>
|
2023-06-16 16:19:54 +08:00
|
|
|
<%= javascript_include_tag 'system_notifications/system_notification_modal' %>
|
2019-02-15 20:07:29 +08:00
|
|
|
<% end %>
|