Description:
render compiler message as modal
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r624:8852e6128763 - - 3 files changed: 16 inserted, 4 deleted
@@ -50,3 +50,14 | |||
|
50 | 50 | = "Announcement.refreshUrl = '#{url_for :controller => 'main', :action => 'announcements'}';" |
|
51 | 51 | Announcement.registerRefreshEventTimer(); |
|
52 | 52 | |
|
53 | + .modal.fade#compiler{tabindex: -1,role: 'dialog'} | |
|
54 | + .modal-dialog.modal-lg{role:'document'} | |
|
55 | + .modal-content | |
|
56 | + .modal-header | |
|
57 | + %button.close{type: 'button', data: {dismissed: :modal}, aria: {label: 'close'}} | |
|
58 | + %span{aria: {hidden: 'true'}, data: {dismiss: 'modal'}} × | |
|
59 | + %h4 Compiler message | |
|
60 | + .modal-body | |
|
61 | + %pre#compiler_msg | |
|
62 | + .modal-footer | |
|
63 | + %button.btn.btn-default{type: 'button', data: {dismiss: 'modal'}} Close |
You need to be logged in to leave comments.
Login now