Skip to content

linkify entries for posts, reputation on "all communities" page#1549

Merged
ArtOfCode- merged 3 commits intodevelopfrom
cellio/1540-network-profile-links
Mar 6, 2025
Merged

linkify entries for posts, reputation on "all communities" page#1549
ArtOfCode- merged 3 commits intodevelopfrom
cellio/1540-network-profile-links

Conversation

@cellio
Copy link
Member

@cellio cellio commented Mar 5, 2025

Fixes #1540.

@cellio cellio requested a review from a team March 5, 2025 18:33
@codecov
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.13%. Comparing base (87c06d1) to head (ea746c1).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1549   +/-   ##
========================================
  Coverage    56.13%   56.13%           
========================================
  Files          161      161           
  Lines         5382     5382           
========================================
  Hits          3021     3021           
  Misses        2361     2361           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment on lines 16 to 21
<td><%= link_to user_posts_url(@user, host: c.host) do %>
<%= @user.post_count_on(c) %>
<% end %> </td>
<td><%= link_to vote_summary_url(@user, host: c.host) do %>
<%= @user.reputation_on(c) %>
<% end %> </td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there's some tab stops in here, which is making the indentation funny.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops.

@ArtOfCode- ArtOfCode- merged commit 47025d0 into develop Mar 6, 2025
9 checks passed
@ArtOfCode- ArtOfCode- deleted the cellio/1540-network-profile-links branch March 6, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

All communities: link posts, reputation

2 participants