From c67e8b9ef420ef00e60930fe203129691622bd22 Mon Sep 17 00:00:00 2001 From: Marco Morales Date: Thu, 16 Apr 2015 16:40:46 -0400 Subject: [PATCH] moved the dropdown actions outside of the if show_courseware_link in attempt to still show the dropdown actions --- .../dashboard/_dashboard_course_listing.html | 207 +++++++++--------- 1 file changed, 103 insertions(+), 104 deletions(-) diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index 3e4174cdaa..ad86503417 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -99,9 +99,9 @@ from student.helpers import ( % endif - % if show_courseware_link: -
-
+
+
+ % if show_courseware_link: % if course.has_ended(): % if not is_course_blocked: ${_('View Archived Course')} ${course.display_name_with_default} @@ -161,113 +161,112 @@ from student.helpers import ( % endif % endif - -
- -
-
- % endif +