Skip to content

Commit

Permalink
clear code
Browse files Browse the repository at this point in the history
  • Loading branch information
EleoXDA committed Oct 4, 2022
1 parent ac7a95e commit 8b5346d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/users/profile.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@
<%= link_to @user.html_url, class: "profile-github-button button draw-border mr-2" do %>
<i class="social-icon fa-brands fa-github"></i>
<% end %>
</h3>
<% else %>
<% end %>
<% if linkedin_exists %>
<%= link_to @user.linkedin_url, class: "profile-linkedin-button button draw-border mr-2" do %>
<i class="social-icon fa-brands fa-linkedin"></i>
<% end %>
<% else %>
<% end %>
<% end %>
</div>
Expand Down

0 comments on commit 8b5346d

Please sign in to comment.