Patch #21160 » add_view_all_projects_link.diff
| app/views/welcome/index.html.erb (working copy) | ||
|---|---|---|
| 30 | 30 |
<% end %> |
| 31 | 31 |
<% @project = nil %> |
| 32 | 32 |
</ul> |
| 33 |
<%= link_to l(:label_project_view_all), :controller => 'projects' %> |
|
| 33 | 34 |
</div> |
| 34 | 35 |
<% end %> |
| 35 | 36 |
<%= call_hook(:view_welcome_index_right, :projects => @projects) %> |
| config/locales/en.yml (working copy) | ||
|---|---|---|
| 520 | 520 |
other: "%{count} projects"
|
| 521 | 521 |
label_project_all: All Projects |
| 522 | 522 |
label_project_latest: Latest projects |
| 523 |
label_project_view_all: View all projects |
|
| 523 | 524 |
label_issue: Issue |
| 524 | 525 |
label_issue_new: New issue |
| 525 | 526 |
label_issue_plural: Issues |
- « Previous
- 1
- 2
- Next »