diff --git a/plugins/mezuro/views/content_viewer/_project_result.rhtml b/plugins/mezuro/views/content_viewer/_project_result.rhtml index 609eb0b..153d182 100644 --- a/plugins/mezuro/views/content_viewer/_project_result.rhtml +++ b/plugins/mezuro/views/content_viewer/_project_result.rhtml @@ -24,7 +24,7 @@ <% split_link.each do |link| %> <% if split_link.length - 1 != split_link.index(link) %> - <%= link %> + <%= link.split(".").last %> <% end %> <% end %> -- libgit2 0.21.2