expert place changed

This commit is contained in:
Adrian Hinz 2022-06-14 09:13:25 +02:00
parent eaf757a324
commit 4751c2ec09
2 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@
</thead>
<tbody>
<tr>
<td><%= raw @dotation.expert_info %></td>
<td>
<%= render '/experts/expert_show', expert: @dotation.expert %>
</td>
<td><%= raw @dotation.expert_info %></td>
</tr>
</tbody>
</table>

View File

@ -35,12 +35,12 @@
</thead>
<tbody>
<tr>
<td style="border-style: none solid none none; border-color: #6c757d; border-width: 1px;" width="25%" valign="top">
<%= render '/experts/expert_show', expert: @dotation.expert %>
<td style="border-style: none solid none none; border-color: #6c757d; border-width: 1px;" width="75%" valign="top">
<%= raw @dotation.expert_info %>
</td>
<td valign="top">
<div style="margin-left: 5px;">
<%= raw @dotation.expert_info %>
<%= render '/experts/expert_show', expert: @dotation.expert %>
</div>
</td>
</tr>