Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
d557d9de
Commit
d557d9de
authored
May 14, 2020
by
Robert Czechowski
Browse files
Teacher page: Make iframe full width
parent
3bae62ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/jwinf/teacher.hbs
View file @
d557d9de
...
...
@@ -3,7 +3,7 @@
<div
class=
"column is-8 is-offset-2"
>
<h3
class=
"title is-4"
>
Lehrer-Informationen
</h3>
{{#if
teacher_page
}}
<iframe
src=
"/tasks/
{{
teacher_page
}}
"
style=
"height: calc(100vh - 550px); min-height:200px;"
></iframe>
<iframe
src=
"/tasks/
{{
teacher_page
}}
"
style=
"height: calc(100vh - 550px); min-height:200px;
width: 100%
"
></iframe>
{{else}}
<em>
Noch keine Informationen vorhanden
</em>
{{/if}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment