diff --git a/vendor/built_in_modules/location/app/views/panel/locations/back_end/locations/_form.html.erb b/vendor/built_in_modules/location/app/views/panel/locations/back_end/locations/_form.html.erb deleted file mode 100644 index 62e8b21b..00000000 --- a/vendor/built_in_modules/location/app/views/panel/locations/back_end/locations/_form.html.erb +++ /dev/null @@ -1,30 +0,0 @@ -
<%= t('location.picture') %> | -<%= t('location.name') %> | -<%= t('location.longitude') %> | -<%= t('location.latitude') %> | -<%= t('location.description') %> | - <%if is_manager? %> -<%= t('location.edit') %> | -<%= t('location.delete') %> | - <% end %> -
---|---|---|---|---|---|---|
<%= image_tag(location.file, alt: location.file, size: "50x50" ) if !location.file.blank? %> | -<%= location.name%> | -<%= location.longitude%> | -<%= location.latitude%> | -<%= location.description%> | - <%if is_manager? %> -<%= link_to 'Edit', edit_panel_locations_back_end_location_path(location) %> | -<%= link_to 'Destroy', panel_locations_back_end_location_path(location), method: :delete , :confirm => t(:sure?) %> | - <%end%> - -