Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/small details 21 03 2019 #99

Merged
merged 4 commits into from Mar 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/views/nutriologo_pages/sesiones_paciente.html.erb
@@ -1,11 +1,11 @@
<div class="card" style="width: 90%; margin: auto; text-align="center">
<h1>Sesiones paciente <%=getPacienteName(@paciente) %></h1>
<h4>Sesiones paciente <%=getPacienteName(@paciente) %></h4>

<% numS=1%>
<table class="responsive-table centered highlight">
<thead>
<tr>
<th>Información <%=getPacienteName(@paciente)%></th>
<th>Indicadores</th>
<% @sesions.each do |sesion| %>
<th>Sesión <%=numS%></th>
<% numS+=1%>
Expand Down Expand Up @@ -38,7 +38,7 @@
<% end %>
</tr>
<tr>
<td>Musculo</td>
<td>Músculo</td>
<% @sesions.each do |sesion| %>
<td><%= sesion.musculo %></td>
<% end %>
Expand Down
6 changes: 3 additions & 3 deletions app/views/pacientes_pages/mis_sesiones.html.erb
Expand Up @@ -66,7 +66,7 @@
<div class="card-content">
<div class="icon-block">
<div class="card-title">
<span class="center">Musculo</span>
<span class="center">Músculo</span>
</div>
<p><%= current_paciente_sesions.first.musculo %>%</p>
</div>
Expand Down Expand Up @@ -166,7 +166,7 @@
<th>Peso</th>
<th>Estatura</th>
<th>Grasa</th>
<th>Musculo</th>
<th>Músculo</th>
<th>Cintura</th>
<th>IMC</th>
<th>G.V.</th>
Expand Down Expand Up @@ -213,7 +213,7 @@
Historial de % de Grasa
</div>
<div class = "col s4">
Historial de % de Musculo
Historial de % de Músculo
</div>
</h5>
<br>
Expand Down
5 changes: 0 additions & 5 deletions app/views/pacientes_pages/ver_metas.html.erb
Expand Up @@ -53,11 +53,6 @@ end
</div>
</div>
<% end %>
<div class="row">
<div class="col s4 offset-s4">
<%= link_to 'Dietas', "/pacientes_pages/ver_dietas", class: "btn-large pink darken-1 btn-block" %>
</div>
</div>

<br>

Expand Down