annotate app/views/welcome/robots.html.erb @ 976:0befb332f41a
get_statistics
get stats up to current date
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Thu, 25 Oct 2012 13:50:45 +0100 |
parents |
c6c2cbd0afee |
children |
433d4f72a19b |
rev |
line source |
Chris@0
|
1 User-agent: *
|
Chris@0
|
2 <% @projects.each do |p| -%>
|
Chris@0
|
3 Disallow: /projects/<%= p.to_param %>/repository
|
Chris@0
|
4 Disallow: /projects/<%= p.to_param %>/issues
|
Chris@0
|
5 Disallow: /projects/<%= p.to_param %>/activity
|
Chris@0
|
6 <% end -%>
|
Chris@0
|
7 Disallow: /issues/gantt
|
Chris@0
|
8 Disallow: /issues/calendar
|
Chris@0
|
9 Disallow: /activity
|