From 7a2e11580f14f046d2882f5526657f151ef03f27 Mon Sep 17 00:00:00 2001 From: Isaac Lewis Date: Tue, 23 Oct 2018 14:41:01 -0700 Subject: [PATCH] remove browse details --- lib/syspro/business_objects/schemas/combrw.xml.erb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/syspro/business_objects/schemas/combrw.xml.erb b/lib/syspro/business_objects/schemas/combrw.xml.erb index 1d7d8c0..b3cc4dc 100644 --- a/lib/syspro/business_objects/schemas/combrw.xml.erb +++ b/lib/syspro/business_objects/schemas/combrw.xml.erb @@ -10,16 +10,16 @@ <%= @filter[:value] %> <% end %> - - <%= @table_name %> - <%= @title %> - <% for @column in @columns %> - - <% unless @column[:name].nil? %><%= @column[:name] %><% end %> - <% unless @column[:description].nil? %><%= @column[:description] %><% end %> - <% unless @column[:key].nil? %><%= @column[:key] %><% end %> - - <% end %> - + <%#%> + <%#<%= @table_name %>%> + <%#<%= @title %>%> + <%#<% for @column in @columns %>%> + <%#%> + <%#<% unless @column[:name].nil? %><%= @column[:name] %><% end %>%> + <%#<% unless @column[:description].nil? %><%= @column[:description] %><% end %>%> + <%#<% unless @column[:key].nil? %><%= @column[:key] %><% end %>%> + <%#%> + <%#<% end %>%> + <%#%> -- libgit2 0.21.4