Skip to content

Commit 7434007

Browse files
committed
Re-added tags element
1 parent 6040175 commit 7434007

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

git-webui/release/share/git-webui/webui/js/git-webui.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,9 @@ webui.SideBarView = function(mainView, noEventHandlers) {
993993
webui.refreshIcon+
994994
'</button>' +'</h4>' +
995995
'</section>' +
996+
'<section id="sidebar-tags">' +
997+
'<h4>Tags</h4>' +
998+
'</section>' +
996999
'<section id="sidebar-settings">' +
9971000
'<h4>Settings</h4>' +
9981001
'</section>' +

0 commit comments

Comments
 (0)