Skip to content

Commit

Permalink
Revert the extend for the search issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AyakorK committed Sep 13, 2023
1 parent 86c5ffb commit 84ebb24
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion app/cells/decidim/card_m/show.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<%= render :tags %>
</div>

<%= render :data if has_data? %>
<%= render :data %>
<%= render :status %>
<%= render :footer %>
</div>
Expand Down
1 change: 0 additions & 1 deletion config/initializers/extends.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require "extends/helpers/decidim/meetings/directory/application_helper_extends"
require "extends/helpers/decidim/assemblies/assemblies_helper_extends"
require "extends/helpers/decidim/accountability/application_helper_extends"
require "extends/cells/decidim/card_m_cell_extends"

def load_dir(directory)
files = Dir.glob("lib/extends/#{directory}/*.rb")
Expand Down
15 changes: 0 additions & 15 deletions lib/extends/cells/decidim/card_m_cell_extends.rb

This file was deleted.

0 comments on commit 84ebb24

Please sign in to comment.