-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update, duplicate help text to match new workflow
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,11 @@ <h2 class="col-sm-6">Your {{courseFilters.period}} courses</h2> | |
ng-model="courseFilters.search"> | ||
</div> | ||
</form> | ||
|
||
</div> | ||
|
||
<!-- REMOVE AFTER LTI UPGRADE --> | ||
<p class="alert text-muted" ng-show="!canAddCourse">If you don't see the course(s) you expect below: 1) check your registration in the course (for example, see if you have access to the course in Canvas) and contact <a href="https://it.ubc.ca/got-question-about-it-products-and-support#helpdesk" target="_blank">UBC IT support</a> to register, then 2) if your course has a Canvas site, click the ComPAIR link from there once. For further help, contact <a href="mailto:[email protected]" target="_self">ComPAIR technical support</a>.</p> | ||
|
||
<!-- Course listing --> | ||
<div class="course-list" ng-if="courses.length"> | ||
|