mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 00:56:41 +10:00
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
%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"
|
|
|