Skip to content

Commit ad41e19

Browse files
committed
TODO: button for delete/archive conversation
1 parent ecb694a commit ad41e19

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

app/views/better_together/conversations/_conversation_content.html.erb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,20 @@
3232
<li>
3333
<%= button_to leave_conversation_conversation_path(conversation), method: :put, class: 'btn' do %>
3434
<i class="fas fa-arrow-right-from-bracket me-1"></i>
35-
<%= t('.leave_conversation') %>
36-
<% end %>
35+
<%= t('.leave_conversation') %>
36+
<% end %>
3737
</li>
3838
<% end %>
39-
<li>
39+
<%# TODO: Implement conversation owner can delete/archive a conversation %>
40+
<!-- <li>
4041
<hr class="dropdown-divider">
4142
</li>
4243
<li>
4344
<button class="btn text-danger">
4445
<i class="fas fa-trash-can me-1"></i>
4546
Delete Conversation
4647
</button>
47-
</li>
48+
</li> -->
4849
</ul>
4950
</div>
5051
</div>

0 commit comments

Comments
 (0)