Package

gitbucket.core

view

Permalink

package view

Visibility
  1. Public
  2. All

Type Members

  1. trait AvatarImageProvider extends AnyRef

    Permalink
  2. trait LinkConverter extends AnyRef

    Permalink
  3. case class Pagination(page: Int, count: Int, limit: Int, width: Int) extends Product with Serializable

    Permalink

    Provides control information for pagination.

    Provides control information for pagination. This class is used by paginator.scala.html.

    page

    the current page number

    count

    the total record count

    limit

    the limit record count per one page

    width

    the width (number of cells) of the paginator

Value Members

  1. object Markdown

    Permalink
  2. object helpers extends AvatarImageProvider with LinkConverter with RequestCache

    Permalink

    Provides helper methods for Twirl templates.

Ungrouped