Skip to content

Commit

Permalink
remove placeholder link
Browse files Browse the repository at this point in the history
  • Loading branch information
charlienparker committed Jan 8, 2025
1 parent 2d417e4 commit de462b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/insured/families/verification_detail.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@
</section>
<section>
<h3><%= l10n('view_history') %></h3>
<%= link_to 'Verification History', verification_history_insured_families_path(member: @member, verification: @verification) %>
<a href='#'>View verification history</a> <%# TODO: implement verification history %>
<%= link_to 'Verification History', verification_history_insured_families_path(member: @member, verification: @verification) %> <%# TODO: implement translation %>
</section>
</section>
<% end %>

0 comments on commit de462b9

Please sign in to comment.