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 { ...@@ -137,6 +137,7 @@ export default {
v-if="isLoggedIn" v-if="isLoggedIn"
class="notes notes-form timeline new-note"> class="notes notes-form timeline new-note">
<li class="timeline-entry"> <li class="timeline-entry">
<div class="timeline-entry-inner">
<div class="timeline-icon hidden-xs hidden-sm"> <div class="timeline-icon hidden-xs hidden-sm">
<user-avatar-link <user-avatar-link
v-if="author" v-if="author"
...@@ -233,6 +234,7 @@ export default { ...@@ -233,6 +234,7 @@ export default {
</a> </a>
</div> </div>
</div> </div>
</div>
</li> </li>
</ul> </ul>
</div> </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