We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b62914 commit 780dde5Copy full SHA for 780dde5
app/views/users/show.html.erb
@@ -275,11 +275,11 @@
275
<tr>
276
<td colspan="2">
277
<% if current_user&.id == @user.id %>
278
- <%= link_to search_path(search: "user:#{@user.id} post_type:3"), 'aria-label': 'View your articles' do %>
+ <%= link_to search_path(search: "user:#{@user.id} post_type:5"), 'aria-label': 'View your articles' do %>
279
Articles
280
<% end %>
281
<% else %>
282
- <%= link_to search_path(search: "user:#{@user.id} post_type:3"), 'aria-label': "View articles from #{rtl_safe_username(@user)}" do %>
+ <%= link_to search_path(search: "user:#{@user.id} post_type:5"), 'aria-label': "View articles from #{rtl_safe_username(@user)}" do %>
283
284
285
0 commit comments