Skip to content

Commit

Permalink
Changing Sprint button (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
leossb36 authored and alaxalves committed Nov 27, 2017
1 parent 3620373 commit 192040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<span v-if="this.$route.path == '/releases/'+this.$route.params.id ||
this.$route.path == '/releases/'+this.$route.params.id+'/sprints' ||
this.$route.path == '/sprints/'+this.$route.params.id"
class="sidebar-icon"><i class=" fa fa-repeat"></i></span>
class="sidebar-icon"><i class="fa fa-angle-double-down"></i></span>
<span class="sidebar-title"></span>
</a>
</router-link>
Expand Down

0 comments on commit 192040d

Please sign in to comment.