Commit 13583f20ef8c3d0af2f0b246ff8e3bba7e4da88f
1 parent
ea74d2b3
Exists in
master
and in
21 other branches
Removing unnecessary button from shopping_cart's modal views
Showing
2 changed files
with
0 additions
and
2 deletions
Show diff stats
plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb
... | ... | @@ -24,7 +24,6 @@ |
24 | 24 | <% end %> |
25 | 25 | <% delivery_option = @settings.delivery_options.first && @settings.delivery_options.first.first %> |
26 | 26 | <%= items_table(@cart[:items], @profile, delivery_option) %> |
27 | - <%= link_to_function '', "noosfero.modal.close();", :class => 'cart-box-close icon-cancel' %> | |
28 | 27 | </div> |
29 | 28 | |
30 | 29 | <%= javascript_include_tag '../plugins/shopping_cart/buy' %> | ... | ... |
plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb