summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-03-12 05:55:41 -0700
committerValeriy Sizov <vsv2711@gmail.com>2012-03-12 05:55:41 -0700
commit6dc8c10d051d958f84ed5391e3af4fd516a1194c (patch)
tree4717e5fa1c62e3cd69bd981c67be9a7dba11f3d0
parent92e2303fb338772b7f779d091d225dc5afe261aa (diff)
parent3ae93e6f971294160bc8e2879bc18d780439f158 (diff)
downloadgitlab-ce-6dc8c10d051d958f84ed5391e3af4fd516a1194c.tar.gz
Merge pull request #540 from chibani/master
Fix : typo ("vist" -> "visit")
-rw-r--r--app/views/dashboard/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml
index d0f80eefe50..d3946f5b327 100644
--- a/app/views/dashboard/index.html.haml
+++ b/app/views/dashboard/index.html.haml
@@ -40,7 +40,7 @@
%small ( authored or assigned to you )
%strong.right
= link_to dashboard_merge_requests_path do
- Vist merge requests page &rarr;
+ Visit merge requests page &rarr;
%hr
.row
.dashboard_block= render "dashboard/merge_requests_feed"
@@ -52,7 +52,7 @@
%small ( assigned to you )
%strong.right
= link_to dashboard_issues_path do
- Vist issues page &rarr;
+ Visit issues page &rarr;
%hr
.row
.dashboard_block= render "dashboard/issues_feed"