From bfb0b6040e342a76bda66c30f403f192729b1cf3 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sat, 16 Feb 2008 13:17:49 +0000 Subject: [PATCH] ActionItem154: linking back to control panel --- app/views/enterprise_validation/index.rhtml | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/app/views/enterprise_validation/index.rhtml b/app/views/enterprise_validation/index.rhtml index fe90137..cc3e373 100644 --- a/app/views/enterprise_validation/index.rhtml +++ b/app/views/enterprise_validation/index.rhtml @@ -1,3 +1,10 @@ +

<%= _('Enterprise validations') %>

+ +<% button_bar do %> + <%= button(:edit, _('Edit validation info'), { :action => 'edit_validation_info' }, :help => _('Validation info is the information the enterprises will see about how your organization processes the enterprises validations it receives: validation methodology, restrictions to the types of enterprises the organization validates etc.')) %> + <%= button(:back, _('Go Back'), { :controller => 'profile_editor' }, :help => _('Go back to the control panel.')) %> +<% end %> +

<%= _("Pending enterprise validations") %>

<% for pending in @pending_validations %> @@ -23,3 +30,4 @@

<%= _('Processed enterprise validations') %>

<%= link_to _("See the list of processed enterprise validations"), :action => 'list_processed' %>

+ -- libgit2 0.21.2