Skip to content

Commit 6ef681b

Browse files
committed
Add link to group_by_loc
1 parent 0c06da3 commit 6ef681b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

portingdb/templates/group.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ <h2>Visualizations</h2>
3838
<img src="{{ url_for('piechart_grp', grp=grp.ident) }}">
3939
</a>
4040
</div>
41+
<h2>Lines of Code</h2>
42+
See <a href="{{ url_for('group_by_loc', grp=grp.ident) }}">Code Stats</a>
43+
for {{ grp.name }}.
4144
</div>
4245
</div>
4346
{% endblock bodycontent %}

0 commit comments

Comments
 (0)