Commit bfb0b6040e342a76bda66c30f403f192729b1cf3

Authored by AntonioTerceiro
1 parent 52c35e88

ActionItem154: linking back to control panel


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1426 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
app/views/enterprise_validation/index.rhtml
  1 +<h1><%= _('Enterprise validations') %></h1>
  2 +
  3 +<% button_bar do %>
  4 + <%= 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.')) %>
  5 + <%= button(:back, _('Go Back'), { :controller => 'profile_editor' }, :help => _('Go back to the control panel.')) %>
  6 +<% end %>
  7 +
1 8 <h2><%= _("Pending enterprise validations") %></h2>
2 9  
3 10 <% for pending in @pending_validations %>
... ... @@ -23,3 +30,4 @@
23 30 <h2><%= _('Processed enterprise validations') %></h2>
24 31  
25 32 <p><%= link_to _("See the list of processed enterprise validations"), :action => 'list_processed' %></p>
  33 +
... ...