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