Commit 6dc8c10d051d958f84ed5391e3af4fd516a1194c

Authored by Valeriy Sizov
2 parents 92e2303f 3ae93e6f

Merge pull request #540 from chibani/master

Fix : typo ("vist" -> "visit")
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"
... ...