Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/infra-status:master commit in: lib/
Date: Sun, 03 Aug 2014 18:43:48
Message-Id: 1407091418.caa1829ce24ca425c4eb02f22c4f48b3af6fd2a3.robbat2@gentoo
1 commit: caa1829ce24ca425c4eb02f22c4f48b3af6fd2a3
2 Author: Robin H. Johnson <robbat2 <AT> orbis-terrarum <DOT> net>
3 AuthorDate: Sun Aug 3 18:43:38 2014 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 3 18:43:38 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=caa1829c
7
8 Fix typo.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> orbis-terrarum.net>
11
12 ---
13 lib/helpers.rb | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/lib/helpers.rb b/lib/helpers.rb
17 index c6081bb..129f9d1 100644
18 --- a/lib/helpers.rb
19 +++ b/lib/helpers.rb
20 @@ -28,7 +28,7 @@ helpers do
21 service_name = ServiceRegistry.instance.services[service][:name]
22 data_service_name = service_name.gsub('"', "'")
23 content << "
24 - <a class=\"list-group-item has-tooltip notice-link\" href=\"#notices\" title=\"#{_status_text)}\"
25 + <a class=\"list-group-item has-tooltip notice-link\" href=\"#notices\" title=\"#{_status_text}\"
26 data-toggle=\"tooltip\" data-placement=\"top\" data-container=\"body\"
27 data-service=\"#{service}\" data-service-name=\"#{data_service_name}\">
28 #{_service_info}