<% if params[:type_view] == 'original'%> <%= render 'structures/original', :structure => structure %> <% elsif params[:type_view] == 'consolidada' %> <%= render 'structures/consolidada', :structure => structure %> <% elsif params[:type_view] == 'compilada' %> <%= render 'structures/compilada', :structure => structure %> <% elsif controller_name == "laws" %> <%= render 'structures/intern', :structure => structure %> <% end %>