diff --git a/app/controllers/admin/sites_controller.rb b/app/controllers/admin/sites_controller.rb
index d2dbc83..503769f 100644
--- a/app/controllers/admin/sites_controller.rb
+++ b/app/controllers/admin/sites_controller.rb
@@ -151,7 +151,6 @@ class Admin::SitesController < OrbitBackendController
result = "success"
Bundler.with_clean_env { `cd #{Rails.root} && bundle install && touch tmp/restart.txt` }
end
- %x(git stash pop) unless need_stash
render :text => result
end
diff --git a/app/views/admin/authorizations/index.html.erb b/app/views/admin/authorizations/index.html.erb
index 1f81d94..8e01d0e 100644
--- a/app/views/admin/authorizations/index.html.erb
+++ b/app/views/admin/authorizations/index.html.erb
@@ -35,6 +35,6 @@
<%= link_to content_tag(:i, nil, class: "icons-plus") + ' ' + t(:add), '#', class: 'btn btn-primary select_user_modal', rel: admin_modal_select_authorizations_path(@module_app.key, @type, @object) %>
- <%= link_to content_tag(:i, nil, class: "icon-trash") + ' ' + t(:delete), '#', id: 'remove_users', class: 'btn btn-danger', rel: admin_remove_users_authorizations_path(@module_app.key, @type, @object) %>
+ <%= link_to content_tag(:i, nil, class: "icon-trash") + ' ' + t(:delete_), '#', id: 'remove_users', class: 'btn btn-danger', rel: admin_remove_users_authorizations_path(@module_app.key, @type, @object) %>
diff --git a/app/views/admin/designs/_design.html.erb b/app/views/admin/designs/_design.html.erb
index d0d5add..bcf8e0a 100644
--- a/app/views/admin/designs/_design.html.erb
+++ b/app/views/admin/designs/_design.html.erb
@@ -1,15 +1,20 @@
-
- <%= check_box_tag 'to_delete[]', design.id, false, :class => "checkbox_in_list" %> |
-
- <%= design.title %>
-
-
+
+
+
+ <%= design.title %>
+
+
+ |
+
+ <%= design.author %>
+ |
+
+
+
- <%= link_to t(:edit), edit_admin_design_path(design), :class => 'edit' %>
- <%= link_to t(:delete_), admin_design_path(design), :confirm => t('sure?'), :method => :delete, :class => 'delete' %>
|
- <%= design.intro %> |
- <%= design.author %> |
- <%= radio_button_tag 'design_default', design.id, (@site.design && @site.design.id.to_s.eql?(design.id.to_s) ? true : false), :class => 'design_default toggle-check', :rel => admin_sites_path %> |
+ <%= radio_button_tag 'design_default', design.id, (@site.design && @site.design.id.to_s.eql?(design.id.to_s) ? true : false), :class => 'design_default toggle-check', :rel => admin_sites_path %> |
\ No newline at end of file
diff --git a/app/views/admin/designs/_designs.html.erb b/app/views/admin/designs/_designs.html.erb
index 2ac8ef2..3f805f9 100644
--- a/app/views/admin/designs/_designs.html.erb
+++ b/app/views/admin/designs/_designs.html.erb
@@ -1,25 +1,12 @@
<%= render :partial => 'design', :collection => @designs %>
-
-<% content_for :page_specific_javascript do %>
-
-<% end %>
diff --git a/app/views/admin/designs/index.html.erb b/app/views/admin/designs/index.html.erb
index 4c92d3d..034fc7f 100644
--- a/app/views/admin/designs/index.html.erb
+++ b/app/views/admin/designs/index.html.erb
@@ -11,17 +11,226 @@
<%= javascript_include_tag 'lib/footable-0.1' %>
<%= javascript_include_tag 'lib/all-list' %>
- <%= javascript_include_tag 'lib/retina' %>
- <%= javascript_include_tag 'lib/mudole_templates_status' %>
+ <%= javascript_include_tag 'lib/retina' %>
+
-<%= render 'filter' %>
-
- <%= render 'designs' %>
+<%#= render 'filter' %>
+<%#= flash[:notice] rescue nil%>
+
+
+ Please wait...
+ Theme changes taking effect
+
+
+
+
+
+
+
+
+ <%= t(:installed_templates) %>
+
+
+
+ <%= render 'designs' %>
+
+
+
+
+
+
+
+
+
+ <%= t(:template_store) %>
+
+
+
+
+
+
+
+ Loading template store...
+ |
+ |
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+
+
+
+
|