nci/static/js/app/components/terminal/terminal.jade
2015-12-03 20:23:34 +03:00

9 lines
199 B
Plaintext

.terminal
pre.terminal_code(ref="code")
each row, index in this.state.data
.code-line(key=index)
span.code-line_counter
.code-line_body!= row
.terminal_footer(style={height: '30px'})