回答編集履歴

1

fix typo

2015/09/03 04:16

投稿

hello-world
hello-world

スコア1342

test CHANGED
@@ -132,7 +132,7 @@
132
132
 
133
133
  <% content_for :title do %>
134
134
 
135
- <%= @question.title %>(<= @question.id %>)
135
+ <%= @question.title %>(<%= @question.id %>)
136
136
 
137
137
  <% end %>
138
138