Thanks Martha! ACK - pushed as commit 636f9d5d4f8dad9bad841bb519c234d7dd91050d
(clarified with Martha that this fix belongs to https://issues.apache.org/jira/browse/DTACLOUD-408 ) marios On 02/01/13 18:10, [email protected] wrote: > From: NjeriChelimo <[email protected]> > > --- > clients/cimi/views/network_templates/show.haml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/clients/cimi/views/network_templates/show.haml > b/clients/cimi/views/network_templates/show.haml > index 0a9a8a6..4667cf4 100644 > --- a/clients/cimi/views/network_templates/show.haml > +++ b/clients/cimi/views/network_templates/show.haml > @@ -21,5 +21,5 @@ > -row 'Name',@network_template.name > -row 'Description',@network_template.description > -row 'Created',@network_template.created > - -row 'Network Config', url("/cimi/network_config/#{href_to_id > @network_template.network_config.href}") > + -row 'Network Config', url("/cimi/network_configurations/#{href_to_id > @network_template.network_config.href}") > -row 'Forwarding Group', url("/cimi/forwarding_groups/#{href_to_id > @network_template.forwarding_group.href}") >
