Skip to content

Commit

Permalink
Ref #503: Better UI for signoff history view (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jun 4, 2019
1 parent df22757 commit 73fea9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HistoryTable.js
Expand Up @@ -243,7 +243,7 @@ function FilterInfo(props) {
document.location.hash = pathname;
onViewJournalClick();
}}>
View all entries
List view
</a>
{enableDiffOverview && since != null && (
<span>
Expand All @@ -254,7 +254,7 @@ function FilterInfo(props) {
event.preventDefault();
onDiffOverviewClick(since);
}}>
View records list diff overview
Diff view
</a>
</span>
)}
Expand Down

0 comments on commit 73fea9b

Please sign in to comment.