Skip to content

Commit

Permalink
Add dropdown caret to snooze
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Feb 1, 2016
1 parent 04bc789 commit 17e405e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sentry/static/sentry/app/views/groupDetails/actions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ const GroupActions = React.createClass({
<DropdownLink
caret={false}
className={snoozeClassName}
title={t('Snooze')}>
title={<span>
{t('Snooze')}
<span className="icon-arrow-down" style={{marginLeft: 3, marginRight: -3}} />
</span>}>
<MenuItem noAnchor={true}>
<a onClick={this.onSnooze.bind(this, Snooze['30MINUTES'])}>{t('for 30 minutes')}</a>
</MenuItem>
Expand Down

0 comments on commit 17e405e

Please sign in to comment.