Skip to content

Commit

Permalink
Click on plan title in view_plan page, now redirect to the current plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Korel Kashri committed May 1, 2020
1 parent d30a515 commit b360aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/global/nav.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<span class="hide-on-med-and-down">
<% if (page == "view_plan") { %>
<div class="col s10 offset-s1 center">
<a style="font-size: 20px;" href="/view/versions"><%=page_view_name%> Qualification Plan</a>
<a style="font-size: 20px;" href="/view/plans/<%=plan_name%>"><%=page_view_name%> Qualification Plan</a>
</div>
<div class="col offset-s2 s8 offset-m1 m10 center" style="padding-top: 5px">
<div class="progress-bar animate"
Expand Down

0 comments on commit b360aac

Please sign in to comment.