Skip to content

Commit

Permalink
Replaced section label 'Identity' with 'Client' when editing a client…
Browse files Browse the repository at this point in the history
…'s application info.
  • Loading branch information
mlouie committed Jan 27, 2015
1 parent b0ec25a commit 170cf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/application/_section_tabs.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ul class="nav nav-tabs nav-justified">
<li role="presentation" class="<%= 'active' if :identity == active_section %>">
<a href="<%= edit_identity_path(@applicant) %>">
Identity
Client
<span class="badge"><%= @applicant.identity.progress %>%</span>
</a>
</li>
Expand Down

0 comments on commit 170cf55

Please sign in to comment.