We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db41874 commit c955c71Copy full SHA for c955c71
1 file changed
portingdb/templates/group.html
@@ -38,6 +38,8 @@ <h2>Visualizations</h2>
38
<img src="{{ url_for('piechart_grp', grp=grp.ident) }}">
39
</a>
40
</div>
41
+ <h2>Lines of Code</h2>
42
+ Lorem ipsum: <a href="{{ url_for('group_by_loc', grp=grp.ident) }}">loc</a>
43
44
45
{% endblock bodycontent %}
0 commit comments