summaryrefslogtreecommitdiff
path: root/app/views/pms
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-27 23:26:24 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-27 23:26:24 -0400
commit1c37ae521e29a5e0869aba52d324ed0cd4a830a6 (patch)
treee4488ed3feb5e5dc94a72cd46cff2aeef0dcd1f8 /app/views/pms
parent6cbf08bb7659dc3265b45d05a66170f1c69ce696 (diff)
parent4c572a775a7c28b102b4462af94214148e6df1d2 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/pms')
-rw-r--r--app/views/pms/index.html.erb16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/views/pms/index.html.erb b/app/views/pms/index.html.erb
index a1feb42..056b371 100644
--- a/app/views/pms/index.html.erb
+++ b/app/views/pms/index.html.erb
@@ -11,7 +11,7 @@
<col width="250">
<col width="300">
<tbody>
- <% if conversations.reject { |c| c.is_unread?(current_user) && (c.receipts_for current_user).last.message.sender != current_user }.empty? %>
+ <%# if conversations.reject { |c| c.is_unread?(current_user) && (c.receipts_for current_user).last.message.sender != current_user }.empty? %>
<tr>
<tr>
<td><b>With</b></td>
@@ -38,9 +38,9 @@
<% end %>
<% end %>
</tr>
- <% else %>
- <h4> No unread conversations </h4>
- <% end %>
+ <%# else %>
+
+ <%# end %>
</tbody>
</table>
@@ -53,7 +53,7 @@
<col width="250">
<col width="300">
<tbody>
- <% if conversations.reject { |c| c.is_read?(current_user) || (c.receipts_for current_user).last.message.sender == current_user }.empty? %>
+ <%# if conversations.reject { |c| c.is_read?(current_user) || (c.receipts_for current_user).last.message.sender == current_user }.empty? %>
<tr>
<tr>
<td><b>With</b></td>
@@ -80,8 +80,8 @@
<% end %>
<% end %>
</tr>
- <% else %>
- <h4> No unread conversations </h4>
- <% end %>
+ <% #else %>
+
+ <% #end %>
</tbody>
</table> \ No newline at end of file