This commit is contained in:
Nicolas Bally 2017-09-12 22:37:56 +02:00
parent 524cf80461
commit 867435265b
2 changed files with 0 additions and 5 deletions

View File

@ -2,8 +2,6 @@
= form.inputs do
= form.input :title, :label => "Title :"
= form.input :description,:as => :text , :label => "Description :"
= form.input :cible, :label => "Cible :" , :as => :qi_cible_select
.actions

View File

@ -1,7 +1,4 @@
=link_to "modifier", edit_admin_home_block_path(home_block), :remote => true, :class => "button"
%h4=home_block.title
%p=simple_format home_block.description
-if home_block.cible