Commit 3ae93e6f971294160bc8e2879bc18d780439f158

Authored by Loïc Gerbaud
1 parent 92e2303f

Typo : "vist" -> "visit" on dashboard

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/dashboard/index.html.haml
... ... @@ -40,7 +40,7 @@
40 40 %small ( authored or assigned to you )
41 41 %strong.right
42 42 = link_to dashboard_merge_requests_path do
43   - Vist merge requests page →
  43 + Visit merge requests page →
44 44 %hr
45 45 .row
46 46 .dashboard_block= render "dashboard/merge_requests_feed"
... ... @@ -52,7 +52,7 @@
52 52 %small ( assigned to you )
53 53 %strong.right
54 54 = link_to dashboard_issues_path do
55   - Vist issues page →
  55 + Visit issues page →
56 56 %hr
57 57 .row
58 58 .dashboard_block= render "dashboard/issues_feed"
... ...