Photo Field in Customer,Employee and Commissionor
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
<td style="width:20%"><%= t("views.right_panel.detail.name") %></td>
|
||||
<td><%= @commissioner.name %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:20%"><%= t("views.right_panel.detail.commissioner_photo") %></td>
|
||||
<td><%= image_tag @commissioner.image_path, :size => '200x200'%></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:20%"><%= t("views.right_panel.detail.employee") %> <%= t("views.right_panel.detail.name") %></td>
|
||||
<td><%= @commissioner.employee.name rescue '-' %></td>
|
||||
|
||||
Reference in New Issue
Block a user