Skip to content

Commit

Permalink
Add nofollower
Browse files Browse the repository at this point in the history
  • Loading branch information
teceler committed Feb 1, 2025
1 parent f986711 commit 3685fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/access_circles/show.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
Info
%tr
%td.centered{class: cycle('even', 'odd')}
= link_to access_circle_path(@circle, view: 'posts') do
= link_to access_circle_path(@circle, view: 'posts'), rel: 'nofollow' do
= image_tag "icons/book_open.png", class: 'vmid', alt: ''
Posts
%tr
%td.centered{class: cycle('even', 'odd')}
= link_to access_circle_path(@circle, view: 'users') do
= link_to access_circle_path(@circle, view: 'users'), rel: 'nofollow' do
= image_tag "icons/group.png", class: 'vmid', alt: ''
Users
- if @circle.editable_by?(current_user)
Expand Down

0 comments on commit 3685fc1

Please sign in to comment.