Skip to content

Commit 6eb42b8

Browse files
committed
Provide pointer to more issues from dashboard
1 parent 06cc501 commit 6eb42b8

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

app/assets/stylesheets/layout.css.scss

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,17 @@ body.group-issues {
165165
margin-top: 15px;
166166
}
167167
}
168-
p.administrative_matters {
169-
color: #d7d7d7;
170-
a {
171-
color: #ccc;
172-
}
168+
}
169+
170+
171+
p.comment {
172+
color: #d7d7d7;
173+
a {
174+
color: #ccc;
173175
}
174176
}
175177

178+
176179
#issue-list-header {
177180
padding-bottom: 0.6em;
178181
p {

app/views/dashboards/show.html.haml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
add_location_link: link_to(t(".add_another_location"), user_locations_path)
5454
- else
5555
%p= t ".my_issues_nearby_introduction_html", areas_you_are_watching_link: link_to(t(".areas_you_are_watching"), user_locations_path)
56+
%p.comment= t ".my_issues_nearby_issues_pointer_html", browse_all_other_issues_link: link_to(t(".browse_all_other_issues"), issues_path)
5657
%ul.issue-list
5758
= issues_list @relevant_issues, collapsed: true
5859
#my-priorities

app/views/issues/new.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
%h1= t ".title"
44
%p= t ".new_issue_introduction"
55
- if current_group
6-
%p.administrative_matters= t ".admin_thread_pointer_html", administrative_matters_link: link_to(t(".administrative_matters"), new_thread_path)
6+
%p.comment= t ".admin_thread_pointer_html", administrative_matters_link: link_to(t(".administrative_matters"), new_thread_path)
77
= render "form"

config/locales/en-GB.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
involved_threads: "Involved Threads"
6767
issues_in_your_area: "Issues in your area"
6868
new_group_thread: "Start a new group thread"
69-
my_issues_nearby_introduction_html: "Latest reported issues in the %{areas_you_are_watching_link}:"
69+
my_issues_nearby_introduction_html: "Issues in the %{areas_you_are_watching_link} are shown below, most recent first."
70+
my_issues_nearby_issues_pointer_html: "(You can also %{browse_all_other_issues_link} from outside your area(s).)"
71+
browse_all_other_issues: "browse all other issues"
7072
my_priorities_introduction: "This is a listing of the priorities you have set, most important first:"
7173
my_threads_introduction: "Latest updates on the discussion threads you are subscribed to:"
7274
my_upcoming_deadline_introduction: "Upcoming deadlines and dates within the discussion threads you are subscribed to:"

0 commit comments

Comments
 (0)