diff options
author | Robert Speicher <rspeicher@gmail.com> | 2012-09-03 20:38:41 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2012-09-03 20:38:41 -0400 |
commit | b44e9a08d5c0e012d645e75a321c6ea299b4bea1 (patch) | |
tree | 663e0f0979d2b7d17ef37c14de78c78eeb57bcd0 | |
parent | 5db2dbdcf110d4a5ff4180ae96ec9131ac9a1723 (diff) | |
download | gitlab-ce-b44e9a08d5c0e012d645e75a321c6ea299b4bea1.tar.gz |
Add Milestone link to API help TOC
[ci skip]
-rw-r--r-- | app/views/help/api.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/help/api.html.haml b/app/views/help/api.html.haml index d7d7aed4232..35176f8e214 100644 --- a/app/views/help/api.html.haml +++ b/app/views/help/api.html.haml @@ -15,6 +15,8 @@ %a{href: "#users"} Users %li %a{href: "#issues"} Issues + %li + %a{href: "#milestones"} Milestones .file_holder#README .file_title |