diff options
Diffstat (limited to 'user_solutions.html')
| -rw-r--r-- | user_solutions.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/user_solutions.html b/user_solutions.html index c546ec1..6dd78b6 100644 --- a/user_solutions.html +++ b/user_solutions.html @@ -81,7 +81,9 @@ <div> <div class="row top-sol"> <button class="col-xs-4 col-sm-2 col-md-2 col-lg-2 col-xs-offset-4 col-sm-offset-5 col-md-offset-2 col-lg-offset-2 rounded" id="add-solution"><h3>Add a solution</h3></button> - <p class="col-xs-12 col-sm-12 col-md-6 show-path">CSC148 > Winter 2015 > Question 1</p> + + <!-- Replace p below with breadcrumbs later --> + <p class="col-xs-12 col-sm-12 col-md-6 show-path">CSC148 > Winter 2015 > Question 1</p> </div> <div class="row"> |
