Skip to content

Commit

Permalink
code review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
italomatos committed Sep 15, 2024
1 parent 81a9ddd commit 7c9de72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/partners/navigation/_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<li class="nav-item">
<%= link_to(edit_partners_profile_path, class: "nav-link") do %>
<i class="nav-icon fa fa-cog"></i>
<p>Edit My Organization</p>
<p>Edit My Profile</p>
<% end %>
</li>

Expand Down
2 changes: 1 addition & 1 deletion app/views/partners/profiles/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="row mb-2">
<div class="col-sm-6">
<% content_for :title, "Editing - #{current_partner.name}" %>
<h1><i class="fa fa-edit"></i>&nbsp;&nbsp;Edit My Organization&nbsp;&nbsp;&nbsp;
<h1><i class="fa fa-edit"></i>&nbsp;&nbsp;Edit My Profile&nbsp;&nbsp;&nbsp;
<%= partner_status_badge(current_partner) %>
<small>for <%= current_partner.name %></small>
</h1>
Expand Down

0 comments on commit 7c9de72

Please sign in to comment.