Update /courses fwd/back links to be more consistent

Teachers, click here! is bit bigger.
This commit is contained in:
Matt Lott 2015-12-07 11:11:07 -08:00
parent 1bd44f9da1
commit 4ffe9a5035
3 changed files with 20 additions and 21 deletions

View file

@ -1,5 +1,5 @@
#courses-view
#site-content-area
#main-content
padding-left: 250px
padding-right: 250px

View file

@ -2,12 +2,12 @@ extends /templates/base
block content
h2
if view.teacherMode
a(href="/courses/teachers") Back to my classrooms
else
a(href="/courses") Back to my courses
hr
br
br
if (noCourseInstance || noCourseInstanceSelected) && course
h1= course.get('name')

View file

@ -1,12 +1,11 @@
extends /templates/base
block content
.pull-right
h3.text-right
if me.isAnonymous()
a(href="/teachers") Teachers, click here!
else
a(href="/courses/teachers") Teachers, click here!
br
#main-content
if me.isAnonymous()