diff --git a/app/views/enterprise_validation/list_processed.rhtml b/app/views/enterprise_validation/list_processed.rhtml new file mode 100644 index 0000000..9aefc8d --- /dev/null +++ b/app/views/enterprise_validation/list_processed.rhtml @@ -0,0 +1,21 @@ +

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

+ +<% for processed in @processed_validations %> +

<%= processed.name %>

+ + + <%= link_to _("See details"), :action => 'view_processed', :id => processed.code %> +<% end %> -- libgit2 0.21.2