Skip to content

Commit

Permalink
all admin actions are in a new line (#1539)
Browse files Browse the repository at this point in the history
Fix: #1511
  • Loading branch information
thelostone-mc authored and mbeacom committed Jun 25, 2018
1 parent a9ce374 commit a257bb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/v2/js/pages/bounty_details.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,8 @@ var do_actions = function(result) {
parent: 'right_actions',
title: gettext('View issue details and comments on Github'),
comments: result['github_comments'],
color: 'white'
color: 'white',
is_last_non_admin_action: true
};

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

Expand Down

0 comments on commit a257bb4

Please sign in to comment.