@@ -0,0 +1,10 | |||
|
1 | <h3><%=l(:label_watched_issues)%></h3> | |
|
2 | <% watched_issues = Issue.find(:all, | |
|
3 | :include => [:status, :project, :tracker, :watchers], | |
|
4 | :limit => 10, | |
|
5 | :conditions => ["#{Watcher.table_name}.user_id = ?", user.id], | |
|
6 | :order => "#{Issue.table_name}.updated_on DESC") %> | |
|
7 | <%= render :partial => 'issues/list_simple', :locals => { :issues => watched_issues } %> | |
|
8 | <% if watched_issues.length > 0 %> | |
|
9 | <p><%=lwr(:label_last_updates, watched_issues.length)%></p> | |
|
10 | <% end %> |
@@ -21,6 +21,7 class MyController < ApplicationController | |||
|
21 | 21 | |
|
22 | 22 | BLOCKS = { 'issuesassignedtome' => :label_assigned_to_me_issues, |
|
23 | 23 | 'issuesreportedbyme' => :label_reported_issues, |
|
24 | 'issueswatched' => :label_watched_issues, | |
|
24 | 25 | 'news' => :label_news_latest, |
|
25 | 26 | 'calendar' => :label_calendar, |
|
26 | 27 | 'documents' => :label_document_plural |
@@ -357,6 +357,7 label_diff_side_by_side: side by side | |||
|
357 | 357 | label_options: Options |
|
358 | 358 | label_copy_workflow_from: Copy workflow from |
|
359 | 359 | label_permissions_report: Permissions report |
|
360 | label_watched_issues: Watched issues | |
|
360 | 361 | |
|
361 | 362 | button_login: Einloggen |
|
362 | 363 | button_submit: OK |
@@ -357,6 +357,7 label_diff_side_by_side: side by side | |||
|
357 | 357 | label_options: Options |
|
358 | 358 | label_copy_workflow_from: Copy workflow from |
|
359 | 359 | label_permissions_report: Permissions report |
|
360 | label_watched_issues: Watched issues | |
|
360 | 361 | |
|
361 | 362 | button_login: Login |
|
362 | 363 | button_submit: Submit |
@@ -357,6 +357,7 label_diff_side_by_side: side by side | |||
|
357 | 357 | label_options: Options |
|
358 | 358 | label_copy_workflow_from: Copy workflow from |
|
359 | 359 | label_permissions_report: Permissions report |
|
360 | label_watched_issues: Watched issues | |
|
360 | 361 | |
|
361 | 362 | button_login: Conexión |
|
362 | 363 | button_submit: Someter |
@@ -357,6 +357,7 label_diff_side_by_side: côte à côte | |||
|
357 | 357 | label_options: Options |
|
358 | 358 | label_copy_workflow_from: Copier le workflow de |
|
359 | 359 | label_permissions_report: Synthèse des permissions |
|
360 | label_watched_issues: Demandes surveillées | |
|
360 | 361 | |
|
361 | 362 | button_login: Connexion |
|
362 | 363 | button_submit: Soumettre |
@@ -357,6 +357,7 label_diff_side_by_side: side by side | |||
|
357 | 357 | label_options: Options |
|
358 | 358 | label_copy_workflow_from: Copy workflow from |
|
359 | 359 | label_permissions_report: Permissions report |
|
360 | label_watched_issues: Watched issues | |
|
360 | 361 | |
|
361 | 362 | button_login: Login |
|
362 | 363 | button_submit: Invia |
General Comments 0
You need to be logged in to leave comments.
Login now