[PATCH conductor 7/7] remove unused templates

Mo Morsi mmorsi at redhat.com
Thu May 3 10:46:17 UTC 2012


---
 src/app/views/layouts/_tabpanel.html.haml     |   20 --------------------
 src/app/views/users/_section_header.html.haml |    7 -------
 2 files changed, 0 insertions(+), 27 deletions(-)
 delete mode 100644 src/app/views/layouts/_tabpanel.html.haml
 delete mode 100644 src/app/views/users/_section_header.html.haml

diff --git a/src/app/views/layouts/_tabpanel.html.haml b/src/app/views/layouts/_tabpanel.html.haml
deleted file mode 100644
index b603893..0000000
--- a/src/app/views/layouts/_tabpanel.html.haml
+++ /dev/null
@@ -1,20 +0,0 @@
-%header#tab-container-1
-  .section-controls
-    -#%a.collapse{'href'=>'#'} Collapse
-  %nav.faceted
-    %ul#tab-container-1-nav
-      - @tabs.each do |tab|
-        %li
-          %a{ :href => url_for(:details_tab => tab[:id], :view => "filter", :only_tab => true),
-              :id => "details_#{tab[:id]}", :class => "#{'active' if @details_tab[:id] == tab[:id]}",
-              'data-pretty_view_toggle' => tab[:pretty_view_toggle] }
-            = tab[:name]
-.content.collapsible#tab
-  = render :partial => @details_tab[:view]
-
-:javascript
-  $(document).ready(function() {
-    $("#tab-container-1-nav li a").click(function(){
-      Conductor.tabIsClickedResetFilters = true;
-    });
-  });
diff --git a/src/app/views/users/_section_header.html.haml b/src/app/views/users/_section_header.html.haml
deleted file mode 100644
index c798674..0000000
--- a/src/app/views/users/_section_header.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-%header.page-header
-  .obj_actions
-    .return_to
-      =t'users.quick_jump'
-      = link_to 'Groups', "#groups"
-      = link_to 'Users', "#users"
-      = link_to 'Roles', "#roles"
\ No newline at end of file
-- 
1.7.7.6




More information about the aeolus-devel mailing list