Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions assets/src/modules/sm/Generate/templates/generate.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<form novalidate id="scheduleForm" name="schedule" class="container">
<div class="row">
<div class="col-md-8 clearfix">
<div class="alert alert-info">
We are having an issue with ITS regarding getting class data. We are trying to resolve this with ITS, but in the meantime ScheduleMaker is not functional. We are sorry for the inconvenience!
</div>
<!--
<div class="alert alert-info" ng-show="state.ui.alert_generateFeatures">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true" ng-click="state.ui.alert_generateFeatures = false"><i class="fa fa-times"></i></button>
Use a comma to separate courses to see which course fits your schedule better. Add courses from the Browse or Search page to your schedule as well so you can easily create schedule combinations from anywhere! Also, check out the <a ui-sref="help">help</a> page for new keyboard shortcuts.
</div>
-->
<div class="panel panel-default form-horizontal" ng-controller="GenerateScheduleCoursesController">
<div class="panel-heading">
<div class="row form-horizontal">
Expand Down
Loading