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.exception_handler()
|
||||
def reviews(module, days):
|
||||
def contribution(module, days):
|
||||
return {
|
||||
'module': module,
|
||||
'days': days,
|
||||
|
@ -191,8 +191,8 @@
|
||||
<div>Emails: <b>${email_count}</b></div>
|
||||
{% 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 }}/30" target="_blank">Reviews 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 }}/30" target="_blank">Contribution for the last 30 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 %}
|
||||
{% if company %}
|
||||
<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