Skip to content

Commit

Permalink
Fixes to URL
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Apr 11, 2024
1 parent be285e8 commit 1bb9868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ function showThisItem(item, $div, template) {
var lastUpdated = getSubItem(item, ['updated_at'], '1970-01-01');
$template.find('.updated-span').html(getDateDiff(lastUpdated, today));

var url = baseUrl + '/u/' + author + "/" + getSubItem(item, ['repo_name']);
var url = baseUrl + '/u/' + author.username + "/" + getSubItem(item, ['repo']);
$template.find('a').attr('href', url);

$div.append($template);
Expand Down

0 comments on commit 1bb9868

Please sign in to comment.