Fix Typo in Internal/users (#948)
Update link to mentor internal user profile
This commit is contained in:
parent
95b2e181ff
commit
40f09e4b77
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@
|
|||
<br/>
|
||||
<a href="/<%= possible_mentor.username %>" target="_blank">@<%= possible_mentor.username %></a>
|
||||
<br/>
|
||||
<a href="/intertnal/users/<%= possible_mentor.id %>" target="_blank">Internal(<%= possible_mentor.id %>)</a>
|
||||
<a href="/internal/users/<%= possible_mentor.id %>" target="_blank">Internal(<%= possible_mentor.id %>)</a>
|
||||
</div>
|
||||
<div class="col-md-3" style="border-left:1px solid black">
|
||||
<h4>Tag Intersection</h4>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue