Commit b19bffc536c85262e85f81237c544e18040742c6

Authored by Dmitriy Zaporozhets
1 parent 9b7241df

More descriptions for pages

app/views/dashboard/issues.html.haml
1 1 %h3.page-title
2   - Issues
3   - %span.light
4   - –
5   - Assigned to you
  2 + Issues assigned to me
6 3 %span.pull-right #{@issues.total_count} issues
7 4  
  5 +%p.light
  6 + For all issues you should visit project issues page. Or you can use search panel to find specific issue
  7 +%hr
  8 +
8 9 .row
9 10 .span3
10 11 = render 'filter', entity: 'issue'
... ...
app/views/dashboard/merge_requests.html.haml
1 1 %h3.page-title
2 2 Merge Requests
3   - %span.light
4   - –
5   - Authored by or assigned to you
6 3 %span.pull-right #{@merge_requests.total_count} merge requests
7 4  
  5 +
  6 +%p.light
  7 + Only merge requests authored or assigned to you are listed here.
  8 +%hr
8 9 .row
9 10 .span3
10 11 = render 'filter', entity: 'merge_request'
... ...
app/views/dashboard/projects.html.haml
1 1 %h3.page-title My Projects
  2 +%p.light
  3 + All projects you have access to are listed here. Public projects are not included here unless you have membership in it
  4 +%hr
2 5 .row
3 6 .span3
4 7 %ul.nav.nav-pills.nav-stacked
... ...