Commit ed170105819a20a341cb98f827dbd876675e35f2

Authored by Diego Camarinha
Committed by Diego Camarinha
1 parent de7fc6f7

[Mezuro] changed the path view in the source tree

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 %>
... ...