Skip to content

Commit

Permalink
Merge branch 'master' of github.com:maximz/newice
Browse files Browse the repository at this point in the history
  • Loading branch information
maximz committed Mar 31, 2016
2 parents b782bb8 + c8c5680 commit 615dfae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions course_selection/templates/main/semester-tabs.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{% load staticfiles %}
{% verbatim %}
<div id="wrap">
<div class="alert alert-warning alert-dismissible" role="alert" style="
position: fixed;
width: 25%;
z-index: 1000;
left: 20px;
bottom: 0;
margin-bottom: 10px;
">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<b>Not seeing the latest courses?</b> We are currently experiencing some difficulties because OIT and the Registrar have disabled access to course data feeds. We are working on resolving this promptly. Thank you for being a loyal user of ReCal!
</div>
<div ng-controller="SemCtrl as semCtrl" id="semesterContainer">
<tabset>
<tab ng-repeat = "semester in semesters"
Expand Down

0 comments on commit 615dfae

Please sign in to comment.