modify the show of messages
This commit is contained in:
parent
1a8af21846
commit
89f01e2aba
|
@ -9,12 +9,17 @@
|
||||||
<td>
|
<td>
|
||||||
<table width="580px" border="0">
|
<table width="580px" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" valign="top"><strong> <%= link_to journal.user, user_path(journal.user)%></strong> <% if @user == User.current %> <span class="font_lighter"><%= l(:label_leave_me_message) %></span> <% else %> <span class="font_lighter"><%= l(:label_leave_others_message) %></span> <% end %> </td>
|
<td colspan="2" valign="top"><strong> <%= link_to journal.user, user_path(journal.user)%></strong>
|
||||||
|
<% if @user == User.current %>
|
||||||
|
<span class="font_lighter"><%= l(:label_leave_me_message) %></span>
|
||||||
|
<% else %>
|
||||||
|
<span class="font_lighter"><%= l(:label_leave_others_message) %></span>
|
||||||
|
<% end %> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" width="580px" >
|
<td colspan="2" width="580px" >
|
||||||
<p class="font_description">
|
<p class="info-break">
|
||||||
<%= textilizable journal.notes%>
|
<%= h journal.notes%>
|
||||||
</p></td>
|
</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue