~whosdaz/ubuntu-qa-website/lp1633124

« back to all changes in this revision

Viewing changes to modules/qatracker/qatracker.pages.php

  • Committer: nskaggs
  • Date: 2015-12-14 18:38:02 UTC
  • mfrom: (406.1.1 ubuntu-qa-website)
  • Revision ID: nicholas.skaggs@canonical.com-20151214183802-j1824y987vu5bbbx
Merge lp:~smajevic-irfan/ubuntu-qa-website/gci, fixes bug 1523260

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
        'type' => MENU_NORMAL_ITEM,
208
208
        'weight' => -8);
209
209
 
210
 
    $items['qatracker/reports/testers/top20'] = array(
211
 
        'title' => t("Top 20 (of all time)"),
212
 
        'description' => t("Top 20 (of all time)"),
 
210
    $items['qatracker/reports/testers/top100'] = array(
 
211
        'title' => t("Top 100 (of all time)"),
 
212
        'description' => t("Top 100 (of all time)"),
213
213
        'file' => 'report/qatracker.report.testers.php',
214
214
        'page arguments' => array("qatracker_report_testers"),
215
215
        'access arguments' => array("access content"),