Skip to content

Commit

Permalink
Merge branch 'develop' into feature/them_bones
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Jan 21, 2025
2 parents 2247dc9 + 27f464d commit 6653282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openatlas/display/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def link(
html = link(
object_.username,
url_for('user_view', id_=object_.id),
class_='' if object_.active else 'inactive',
class_='' if object_.active else 'text-muted',
uc_first_=False,
external=external)
return html
Expand Down

0 comments on commit 6653282

Please sign in to comment.