Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
10
app/views/welcome/robots.html.erb
Normal file
10
app/views/welcome/robots.html.erb
Normal file
|
@ -0,0 +1,10 @@
|
|||
User-agent: *
|
||||
<% @projects.each do |p| -%>
|
||||
Disallow: /projects/<%= p.to_param %>/repository
|
||||
Disallow: /projects/<%= p.to_param %>/issues
|
||||
Disallow: /projects/<%= p.to_param %>/activity
|
||||
<% end -%>
|
||||
Disallow: /issues/gantt
|
||||
Disallow: /issues/calendar
|
||||
Disallow: /activity
|
||||
Disallow: /search
|
Loading…
Add table
Add a link
Reference in a new issue