UX: Add a down arrow to the back button on the timeline

This commit is contained in:
Robin Ward 2016-12-27 17:21:27 -05:00
parent 889efe48be
commit 5111611749
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ function attachBackButton(widget) {
className: 'btn btn-primary btn-small back-button',
label: 'topic.timeline.back',
title: 'topic.timeline.back_description',
icon: 'arrow-down',
action: 'goBack'
});
}