Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ff34a2d

Browse files
committed
Public user page shouldn't display the "Settings" icon for databases
1 parent 1e9c6db commit ff34a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/templates/user.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2 id="viewuser" style="margin-top: 10px;">
2222
<table class="table table-striped table-responsive profileTable">
2323
<tr ng-repeat="row in db.Databases">
2424
<td>
25-
<h4><a class="blackLink" href="/settings/{{ meta.Owner + '/' + row.Database }}"><i class="fa fa-cog"></i></a> &nbsp;<a class="blackLink" href="/{{ meta.Owner + '/' + row.Database }}">{{ row.Database }}</a></h4>
25+
<h4><a class="blackLink" href="/{{ meta.Owner + '/' + row.Database }}">{{ row.Database }}</a></h4>
2626
<div ng-if="row.OneLineDesc != ''" style="padding-bottom: 5px;">{{ row.OneLineDesc }}</div>
2727
<b>Updated:</b> <span title="{{ row.RepoModified | date : 'medium' }}" style="color: grey;">{{ getTimePeriodTxt(row.RepoModified, false) }}</span> &nbsp;
2828
<b>Licence:</b>

0 commit comments

Comments
 (0)