if milestone's title has more than 2 “.” when show it will return 404 page
Created by: daiyu
for example,i create milestones: "v-0.1.0-debug" "yes" "wox-sdf" "3.14 " "3.14.5" "3.14.15.926"
result: http://mydomain/dashboard/milestones/v-0.1.0-debug?title=v-0.1.0-debug return 404 page;
http://mydomain/dashboard/milestones/yes?title=yes return ok;
http://mydomain/dashboard/milestones/wox-sdf?title=wox-sdf return ok;
http://mydomain/dashboard/milestones/3.14?title=3.14 return ok;
http://mydomain/dashboard/milestones/3.14.5?title=3.14.5 return 404 page;
http://mydomain/dashboard/milestones/3.14.15.926?title=3.14.15.926" return 404 page;
Environment: ubuntu 14.04 docker 1.9.1 docker images : sameersbn/docker-gitlab(gitlab:8.2.3 ) with docker-compse docker images: jwilder/nginx-proxy