Package com.gitblit.wicket.panels

Examples of com.gitblit.wicket.panels.DigestsPanel


        }
      }
    } else {
      // show daily commit digest feed
      Collections.sort(digests);
      DigestsPanel digestsPanel = new DigestsPanel("digests", digests);
      activityFragment.add(digestsPanel);
    }

    // add the nifty charts
    if (!ArrayUtils.isEmpty(digests)) {
View Full Code Here


        }
      }
    } else {
      // show daily commit digest feed
      Collections.sort(digests);
      DigestsPanel digestsPanel = new DigestsPanel("digests", digests);
      activityFragment.add(digestsPanel);
    }

    // add the nifty charts
    if (!ArrayUtils.isEmpty(digests)) {
View Full Code Here

TOP

Related Classes of com.gitblit.wicket.panels.DigestsPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.