Commit f15be51b authored by Fatih Acet's avatar Fatih Acet

IssueNotesRefactor: Wrap comment form with needed element.

parent a4515778
......@@ -137,6 +137,7 @@ export default {
v-if="isLoggedIn"
class="notes notes-form timeline new-note">
<li class="timeline-entry">
<div class="timeline-entry-inner">
<div class="timeline-icon hidden-xs hidden-sm">
<user-avatar-link
v-if="author"
......@@ -233,6 +234,7 @@ export default {
</a>
</div>
</div>
</div>
</li>
</ul>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment