Commit 0737f0cb3a7a1c2e8ea58ae6801b0779e582fbc3
Committed by
Diego Camarinha
1 parent
077442d4
Exists in
staging
and in
42 other branches
[Mezuro] Inserted links on class types
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
plugins/mezuro/views/content_viewer/_source_tree.rhtml
| ... | ... | @@ -29,7 +29,11 @@ |
| 29 | 29 | <% else %> |
| 30 | 30 | <tr> |
| 31 | 31 | <td class="icon"><%= image_tag('/plugins/mezuro/images/file.png') %></td> |
| 32 | - <td class="source-tree-text"><%= child.module.name %></td> | |
| 32 | + <td class="source-tree-text"> | |
| 33 | + <a href='#' class="source-tree-link" data-module-name="<%= child.module.name %>"> | |
| 34 | + <%= child.module.name %> | |
| 35 | + </a> | |
| 36 | + </td> | |
| 33 | 37 | </tr> |
| 34 | 38 | <% end %> |
| 35 | 39 | <% end %> | ... | ... |