gitlabhq/gitlabhq

View on GitHub
app/views/profiles/history.html.haml

Summary

Maintainability
Test Coverage
%h3.page-title
  Account history
%p.light
  All events created by your account are listed here
%hr
.profile_history
  = render @events
%hr
= paginate @events, theme: "gitlab"