diff --git a/app/views/admin/admin_modules/_index.html.erb b/app/views/admin/admin_modules/_index.html.erb
index c90f82b..72b1feb 100644
--- a/app/views/admin/admin_modules/_index.html.erb
+++ b/app/views/admin/admin_modules/_index.html.erb
@@ -30,6 +30,7 @@
Uninstall
Revoke Access
Grant Access
+ Edit
<% else %>
diff --git a/app/views/admin/admin_modules/approve_modules.html.erb b/app/views/admin/admin_modules/approve_modules.html.erb
index 4ec4cda..37319ea 100644
--- a/app/views/admin/admin_modules/approve_modules.html.erb
+++ b/app/views/admin/admin_modules/approve_modules.html.erb
@@ -1,18 +1,18 @@
<%= form_for @rm, url: admin_admin_module_path(@rm.id), :html=>{:class => "form-horizontal", :id => "approveSiteForm"} do |f| %>
-
+
<%= f.collection_select(:module_type, ModuleType.all, :id, :name) %>
-
+
- <%= f.collection_select(:module_type, @categories, :id, :title) %>
+ <%= f.collection_select(:category_id, @categories, :id, :title) %>
-
+
<% @tags.each do |tag| %>
|