Skip to content

Commit e10254c

Browse files
author
Benedikt Artelt
committed
Update application.html.slim with later code changes
1 parent 966eace commit e10254c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/layouts/application.html.slim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ html lang=I18n.locale data-default-locale=I18n.default_locale
4444
= render('flash')
4545
- if current_user.try(:admin?) || (current_user.try(:teacher?) && !@embed_options[:hide_navbar])
4646
= yield(:breadcrumbs)
47-
- if (controller_name == "exercises" && action_name == "implement") || (controller_name == 'community_solutions' && action_name == 'edit')
48-
.container
47+
- if (controller_name == 'exercises' && action_name == 'implement') || (controller_name == 'community_solutions' && action_name == 'edit')
48+
.container-fluid
4949
= yield
5050
- else
5151
.container

0 commit comments

Comments
 (0)