Prettified project after prettify bump

This commit is contained in:
Kolja Lampe
2016-08-20 22:34:09 +02:00
parent 2a423e1c7e
commit 5a5095de54
5 changed files with 6 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ const LoginModal = React.createClass({
</p>
<Form horizontal onSubmit={ this.handleSubmit }>
<FormGroup>
<Col componentClass={ ControlLabel } sm={ 2 }>User&nbsp;Name</Col>
<Col componentClass={ ControlLabel } sm={ 2 }>User Name</Col>
<Col sm={ 10 }>
<FormControl type="text" placeholder="User Name" ref="username" />
</Col>

View File

@@ -9,6 +9,7 @@
function open_window() {
window.open('./test.html');
}
</script>
</body>