remove instructions tab (the actual tab, before I just removed the header), set the turtle canvas to have a size of 400x400.
This commit is contained in:
@ -28,14 +28,7 @@
|
|||||||
hr
|
hr
|
||||||
|
|
||||||
.tab-content
|
.tab-content
|
||||||
#instructions.tab-pane.active
|
#workspace.tab-pane.active = render('editor', exercise: @exercise, files: @files, submission: @submission)
|
||||||
p = render_markdown(@exercise.instructions)
|
|
||||||
br
|
|
||||||
p.text-center
|
|
||||||
a#start.btn.btn-lg.btn-success
|
|
||||||
i.fa.fa-code
|
|
||||||
= t('.start')
|
|
||||||
#workspace.tab-pane = render('editor', exercise: @exercise, files: @files, submission: @submission)
|
|
||||||
#outputInformation.tab-pane data-message-no-output=t('.no_output')
|
#outputInformation.tab-pane data-message-no-output=t('.no_output')
|
||||||
#hint
|
#hint
|
||||||
.panel.panel-warning
|
.panel.panel-warning
|
||||||
@ -59,7 +52,7 @@
|
|||||||
#output-col2.col-lg-5.col-md-5
|
#output-col2.col-lg-5.col-md-5
|
||||||
#turtlediv
|
#turtlediv
|
||||||
// todo what should the canvas default size be?
|
// todo what should the canvas default size be?
|
||||||
canvas#turtlecanvas.hidden style='border-style:solid;border-width:thin'
|
canvas#turtlecanvas.hidden width=400 height=400 style='border-style:solid;border-width:thin'
|
||||||
#progress.tab-pane
|
#progress.tab-pane
|
||||||
#results
|
#results
|
||||||
h2 = t('.results')
|
h2 = t('.results')
|
||||||
|
Reference in New Issue
Block a user