回答編集履歴
1
修正
answer
CHANGED
@@ -30,8 +30,7 @@
|
|
30
30
|
<% unless c.user.blank? %>
|
31
31
|
<%= link_to c.user.name, user_path(c.user_id)%>
|
32
32
|
<% end %>
|
33
|
-
<!--<%= c.user.name unless c.user.blank? %>-->
|
34
|
-
<h5>
|
33
|
+
<h5><%= c.title %></h5>
|
35
34
|
<%= c.content %>
|
36
35
|
</div>
|
37
36
|
<% end %>
|