mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
add conversation options to template (fixes philomena-dev/philomena#106)
This commit is contained in:
parent
35e12420af
commit
fd064b3a79
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ h1 = @conversation.title
|
|||
=> @messages.total_entries
|
||||
= pluralize("message", "messages", @messages.total_entries)
|
||||
.page__pagination = pagination
|
||||
.page__options
|
||||
.page__info
|
||||
= if hidden_by?(@current_user, @conversation) do
|
||||
= link "Restore conversation", to: Routes.conversation_hide_path(@conn, :delete, @conversation), data: [method: "delete"]
|
||||
- else
|
||||
|
|
Loading…
Reference in a new issue