Skip to content

Commit

Permalink
Merge pull request gitcoinco#2416 from evgeniuz/button-alignment
Browse files Browse the repository at this point in the history
fixed button alignment on bounty page
  • Loading branch information
SaptakS authored Oct 11, 2018
2 parents e585e01 + 499c37d commit 17716d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions app/assets/v2/js/pages/bounty_details.js
Original file line number Diff line number Diff line change
Expand Up @@ -961,8 +961,7 @@ var do_actions = function(result) {
parent: 'right_actions',
title: gettext('View issue details and comments on Github'),
comments: result['github_comments'],
color: 'white',
is_last_non_admin_action: true
color: 'white'
};

actions.push(_entry);
Expand Down
3 changes: 0 additions & 3 deletions app/dashboard/templates/bounty/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ <h5 class="bounty-heading">{% trans "Funder" %}</h5>
</a>
[[/if]]
</span>
[[if is_last_non_admin_action]]
<br>
[[/if]]
</script>

<script id="activity_template" type="text/x-jsrender">
Expand Down

0 comments on commit 17716d4

Please sign in to comment.