File tree 1 file changed +0
-8
lines changed
app/views/course_offerings
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 9
9
instructor's guide
10
10
for more information.
11
11
%h4 .text-danger All fields are required
12
- %h4 .text-danger Note: LMS fields are not required to create textbooks
13
12
14
13
/ .form-group
15
14
/ = label_tag :name, 'Canvas course Name', class: 'control-label col-xs-2'
110
109
.col-xs-offset-2.col-xs-2
111
110
%button #btn-submit-co .btn.btn-primary Create New Course Offering
112
111
113
- .form-group
114
- .col-xs-offset-2.col-xs-2
115
- - textbook_lms_instance = LmsInstance.find_by(url: " TEXTBOOK" )
116
- %button #btn-gen-textbook .btn.btn-primary {disabled:textbook_lms_instance.blank?} Create Non LMS Textbook
117
- %small .col-xs-11.text.text-warning
118
- = textbook_lms_instance.blank? ? 'Textbook LMS Instance not found' : ''
119
-
120
112
121
113
#lms-instance-help-modal .modal.fade {role: 'dialog', tabindex: '-1' }
122
114
.modal-dialog.modal-md{ style: 'overflow-y: scroll; max-height:85% margin-top: 50px; margin-bottom:50px;' }
You can’t perform that action at this time.
0 commit comments