We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966eace commit e10254cCopy full SHA for e10254c
app/views/layouts/application.html.slim
@@ -44,8 +44,8 @@ html lang=I18n.locale data-default-locale=I18n.default_locale
44
= render('flash')
45
- if current_user.try(:admin?) || (current_user.try(:teacher?) && !@embed_options[:hide_navbar])
46
= yield(:breadcrumbs)
47
- - if (controller_name == "exercises" && action_name == "implement") || (controller_name == 'community_solutions' && action_name == 'edit')
48
- .container
+ - if (controller_name == 'exercises' && action_name == 'implement') || (controller_name == 'community_solutions' && action_name == 'edit')
+ .container-fluid
49
= yield
50
- else
51
.container
0 commit comments