Sha256: b00f0cdad2c8b75a0a16e47abf1efc2b795ae2336b428b3dc49d1d8ab0320369

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

<% if @consulta.medicacoes_doses.present? %>
  <%= render 'consultas/show/html/medicacoes_doses' %>
<% end %>

<% if @consulta.medicacoes_suplementacoes.present? %>
  <%= render 'consultas/show/html/medicacoes_suplementacoes' %>
<% end %>

<% if @consulta.medicacao.present? %>
  <% if @consulta.medicacao.total > 0 %>
    <%= render 'consultas/show/html/medicacoes_diabetes' %>
  <% end %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-sabia-1.0.1 app/views/consultas/show/html/_medicacoes.html.erb