Newer
Older
GitBucket / src / main / twirl / gitbucket / core / account / activity.scala.html
@Naoki Takezoe Naoki Takezoe on 14 Mar 2017 497 bytes (refs #1491)Note helper.assets as deprecated.
@(account: gitbucket.core.model.Account,
  groupNames: List[String],
  activities: List[gitbucket.core.model.Activity])(implicit context: gitbucket.core.controller.Context)
@import gitbucket.core.view.helpers
@gitbucket.core.account.html.main(account, groupNames, "activity"){
  <div class="pull-right">
    <a href="@context.path/@{account.userName}.atom"><img src="@helpers.assets("/common/images/feed.png")" alt="activities"></a>
  </div>
  @gitbucket.core.helper.html.activities(activities)
}