Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kobya4 committed Aug 8, 2017
1 parent d1a0778 commit 962113c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/books/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="row">
<div class="well col-md-10 col-md-offset-1">
<textarea name="rec_text" class="form-control" id="result_text" cols="100" rows="10"></textarea>
<textarea name="rec_text" class="form-control" id="result_text" cols="100" rows="10"></textarea><br>
<button class="btn btn-primary" type="button" onClick="parse_input()">決定</button>
<button class="btn btn-default" type="button" onClick="reset()">クリア</button>
<button id="rec_button" class="btn btn-default" type="button" onClick="record()">
Expand Down

0 comments on commit 962113c

Please sign in to comment.