Skip to content

Commit

Permalink
Merge pull request #14051 from hujambo-dunia/user_pages_naming
Browse files Browse the repository at this point in the history
column label renaming for clarity
  • Loading branch information
dannon authored Jun 23, 2022
2 parents 99337ee + fd5e59d commit f17cc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/controllers/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_value(self, trans, grid, item):
lambda item: dict(action="display_by_username_and_slug", username=item.user.username, slug=item.slug)
),
),
URLColumn("Public URL"),
URLColumn("Permalink"),
grids.OwnerAnnotationColumn(
"Annotation",
key="annotation",
Expand Down

0 comments on commit f17cc59

Please sign in to comment.