Skip to content

Commit c955c71

Browse files
committed
WIP: Add link to group_by_loc
1 parent db41874 commit c955c71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

portingdb/templates/group.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ <h2>Visualizations</h2>
3838
<img src="{{ url_for('piechart_grp', grp=grp.ident) }}">
3939
</a>
4040
</div>
41+
<h2>Lines of Code</h2>
42+
Lorem ipsum: <a href="{{ url_for('group_by_loc', grp=grp.ident) }}">loc</a>
4143
</div>
4244
</div>
4345
{% endblock bodycontent %}

0 commit comments

Comments
 (0)