Loading ui/src/views/MilestonesUI.vue +6 −2 Original line number Diff line number Diff line <template> <h1>{{ title }}</h1> {{ types }} <section class="milstones"> <article v-for="milestone in milestones" class="milestone card" :class="{ Loading Loading @@ -32,7 +31,6 @@ {{ milestone.comment }} </div> </div> {{ milestone }} </article> </section> </template> Loading Loading @@ -85,6 +83,12 @@ export default { color: red; } } .clickable { cursor: pointer; &:hover { color: #0a53be; } } .problem-info { i:before { color: red; Loading Loading
ui/src/views/MilestonesUI.vue +6 −2 Original line number Diff line number Diff line <template> <h1>{{ title }}</h1> {{ types }} <section class="milstones"> <article v-for="milestone in milestones" class="milestone card" :class="{ Loading Loading @@ -32,7 +31,6 @@ {{ milestone.comment }} </div> </div> {{ milestone }} </article> </section> </template> Loading Loading @@ -85,6 +83,12 @@ export default { color: red; } } .clickable { cursor: pointer; &:hover { color: #0a53be; } } .problem-info { i:before { color: red; Loading