Rename reviews report to contribution report
Part of blueprint extend-russell-report Change-Id: Id4c607e571875390a4aa4fbd03c6d8dac101ed75
This commit is contained in:
parent
ac05b179ca
commit
88aa7ea79e
@ -115,10 +115,10 @@ def open_reviews(module):
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@blueprint.route('/reviews/<module>/<days>')
|
@blueprint.route('/contribution/<module>/<days>')
|
||||||
@decorators.templated()
|
@decorators.templated()
|
||||||
@decorators.exception_handler()
|
@decorators.exception_handler()
|
||||||
def reviews(module, days):
|
def contribution(module, days):
|
||||||
return {
|
return {
|
||||||
'module': module,
|
'module': module,
|
||||||
'days': days,
|
'days': days,
|
||||||
|
@ -191,8 +191,8 @@
|
|||||||
<div>Emails: <b>${email_count}</b></div>
|
<div>Emails: <b>${email_count}</b></div>
|
||||||
{% if module %}
|
{% if module %}
|
||||||
<div><b><a href="/report/reviews/{{ module }}/open" target="_blank">Show open reviews for {{ module }}↗</a></b></div>
|
<div><b><a href="/report/reviews/{{ module }}/open" target="_blank">Show open reviews for {{ module }}↗</a></b></div>
|
||||||
<div><b><a href="/report/reviews/{{ module }}/30" target="_blank">Reviews for the last 30 days in {{ module }}↗</a></b></div>
|
<div><b><a href="/report/contribution/{{ module }}/30" target="_blank">Contribution for the last 30 days in {{ module }}↗</a></b></div>
|
||||||
<div><b><a href="/report/reviews/{{ module }}/90" target="_blank">Reviews for the last 90 days in {{ module }}↗</a></b></div>
|
<div><b><a href="/report/contribution/{{ module }}/90" target="_blank">Contribution for the last 90 days in {{ module }}↗</a></b></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if company %}
|
{% if company %}
|
||||||
<div><b><a href="/report/companies/{{ company }}" target="_blank">Show activity report for {{ company_original }}↗</a></b></div>
|
<div><b><a href="/report/companies/{{ company }}" target="_blank">Show activity report for {{ company_original }}↗</a></b></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user