10 lines
158 B
Text
Executable file
10 lines
158 B
Text
Executable file
|
|
<div class="params">
|
|
<p>
|
|
<%= h @current_user.full_name %>
|
|
</p>
|
|
<p>
|
|
<%= h @current_user.full_address %>
|
|
</p>
|
|
</div>
|
|
<%= raw form_button('save','tick.png') %>
|