Skip to content

Commit 9c009c4

Browse files
author
Nuo Yan
committed
fixing the link in the nodes view after PL-298
1 parent a2cbc19 commit 9c009c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chef-server-webui/app/views/nodes/index.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
%th.last  
1313
- even = false
1414
- if @node_list.empty?
15-
%td{:colspan => 4}= "You appear to have no nodes - try connecting one, or validating an existing #{link_to('registration', slice_url(:registrations))}"
15+
%td{:colspan => 4}= "You appear to have no nodes - try connecting one, or creating or editing a #{link_to('client', slice_url(:clients))}"
1616
- else
1717
- @node_list.each do |node, node_url|
1818
%tr{:class => even ? "even": "odd" }

0 commit comments

Comments
 (0)