Commit ed170105819a20a341cb98f827dbd876675e35f2
Committed by
Diego Camarinha
1 parent
de7fc6f7
Exists in
master
and in
29 other branches
[Mezuro] changed the path view in the source tree
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/views/content_viewer/_project_result.rhtml
... | ... | @@ -24,7 +24,7 @@ |
24 | 24 | <% split_link.each do |link| %> |
25 | 25 | <% if split_link.length - 1 != split_link.index(link) %> |
26 | 26 | <a href="#" class="module-result-link" data-module-name="<%= link %>"> |
27 | - <%= link %> | |
27 | + <%= link.split(".").last %> | |
28 | 28 | </a> |
29 | 29 | <% end %> |
30 | 30 | <% end %> | ... | ... |