Skip to content

Commit

Permalink
Merge pull request #6 from Stanford-Online/v1-studio-ui
Browse files Browse the repository at this point in the history
V1 studio ui
  • Loading branch information
caesar2164 authored Dec 18, 2018
2 parents 8a733b6 + 8cf308b commit b2287af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformtour/default_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
'key': 'course_tab',
'title': 'Course Tab',
'element': '.course-tabs a[href*="/course/"]',
'element': '.course-tabs a[href*="/course/"], .course-tabs a[href*="/courseware"]',
'intro': 'You are in the Course tab, where all the materials are found.',
'position': 'right',
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def package_data(pkg, roots):

setup(
name='xblock-platform-tour',
version='1.0.1',
version='1.0.2',
description=('This xblock makes it easy for instructors to build a custom tour'
' of the platform and their specific course.'),
license='AGPL v3',
Expand Down

0 comments on commit b2287af

Please sign in to comment.