Skip to content

Commit

Permalink
Merge pull request #747 from rubyforgood/group_view_and_respond_buttons
Browse files Browse the repository at this point in the history
Groups view & respond buttons together on contributions page
  • Loading branch information
acherukuri authored Sep 25, 2020
2 parents b940f62 + 606e12e commit c85e58e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/javascript/pages/browse/TileListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<div class="buttonSpacing" v-if="respond_path">
<a :href="respond_path" class="button icon-list is-primary"><span class=""> Respond</span></a>
</div>
</div>
<div class="buttonSpacing" v-if="view_path">
<a :href="view_path" class="button icon-list is-primary"><span class=""> View</span></a>
<div class="buttonSpacing" v-if="view_path">
<a :href="view_path" class="button icon-list is-primary"><span class=""> View</span></a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit c85e58e

Please sign in to comment.