Remove send notification proposal from community

This commit is contained in:
decabeza
2019-05-30 00:35:55 +02:00
parent 6b85ed8747
commit c1d5c7b1b7
3 changed files with 0 additions and 12 deletions

View File

@@ -29,14 +29,6 @@
</div> </div>
<aside class="small-12 medium-3 column hide-for-small-only"> <aside class="small-12 medium-3 column hide-for-small-only">
<% if @community.proposal.present? %>
<div class="sidebar-divider"></div>
<h2><%= t("communities.show.author") %></h2>
<%= link_to t("communities.show.send_notification"),
new_proposal_notification_path(proposal_id: @community.proposal.id),
class: "button expanded hollow" %>
<% end %>
<div class="sidebar-divider"></div> <div class="sidebar-divider"></div>
<h2><%= t("community.show.sidebar.participate") %></h2> <h2><%= t("community.show.sidebar.participate") %></h2>
<%= link_to t("community.show.sidebar.new_topic"), <%= link_to t("community.show.sidebar.new_topic"),

View File

@@ -1019,8 +1019,6 @@ en:
url_placeholder: Link address url_placeholder: Link address
communities: communities:
show: show:
send_notification: Send message to the community
author: Author
surveys: Surveys surveys: Surveys
complete_survey: Complete the survey complete_survey: Complete the survey
subnav: subnav:

View File

@@ -1019,8 +1019,6 @@ es:
url_placeholder: Dirección del enlace url_placeholder: Dirección del enlace
communities: communities:
show: show:
send_notification: Enviar mensaje a la Comunidad
author: Autor
surveys: Encuestas surveys: Encuestas
complete_survey: Completa la encuesta complete_survey: Completa la encuesta
subnav: subnav: