質問編集履歴
1
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -154,6 +154,10 @@
|
|
154
154
|
|
155
155
|
</div>
|
156
156
|
|
157
|
+
|
158
|
+
|
159
|
+
※ 該当の更新内容の実装
|
160
|
+
|
157
161
|
<div id="js-textarea-comment-box-<%= comment.id %>" style="display: none;">
|
158
162
|
|
159
163
|
<textarea id="js-textarea-comment-<%= comment.id %>" class="form-control mb-1"><%= comment.body %></textarea>
|
@@ -166,6 +170,8 @@
|
|
166
170
|
|
167
171
|
</td>
|
168
172
|
|
173
|
+
|
174
|
+
|
169
175
|
<% if current_user.own?(comment) %>
|
170
176
|
|
171
177
|
<td class="action">
|