From 2af345bba0c767d49c62aad2af745332b954f237 Mon Sep 17 00:00:00 2001 From: Philipp Czora Date: Mon, 17 Sep 2018 16:51:09 +0200 Subject: [PATCH] Added navigational link to repo's history --- scm-ui/public/locales/en/repos.json | 3 ++- scm-ui/src/changesets/components/DropDown.js | 1 + scm-ui/src/changesets/modules/changesets.js | 3 +-- scm-ui/src/repos/containers/RepositoryRoot.js | 7 +++++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/scm-ui/public/locales/en/repos.json b/scm-ui/public/locales/en/repos.json index 7db2623247..678a7a07b4 100644 --- a/scm-ui/public/locales/en/repos.json +++ b/scm-ui/public/locales/en/repos.json @@ -22,7 +22,8 @@ "actions-label": "Actions", "back-label": "Back", "navigation-label": "Navigation", - "information": "Information" + "information": "Information", + "history": "History" }, "create": { "title": "Create Repository", diff --git a/scm-ui/src/changesets/components/DropDown.js b/scm-ui/src/changesets/components/DropDown.js index 8d73ea4fa5..c045df4af4 100644 --- a/scm-ui/src/changesets/components/DropDown.js +++ b/scm-ui/src/changesets/components/DropDown.js @@ -12,6 +12,7 @@ class DropDown extends React.Component { render() { const {options, preselectedOption} = this.props; return