gitlabhq/app/views/user_issues/index.html.haml
Ariejan de Vroom f512418b27 Added "Issues" dashboard
This shows issues assigned to you, across all your projects, in one
place.

References #173
2011-12-08 00:31:06 +01:00

10 lines
180 B
Plaintext

%div#issues-table-holder
%table.round-borders#issues-table
%thead
%th
.top_panel_issues
%h2 Issues assigned to me
= render 'issues/issues'
%br