<%= render HeaderComponent.new(title: "Contributions") %> <%= render MainWithTabnavComponent.new(tabnav_partial: "shared/tabnav_contributions") do %>
<%= render EditableContentComponent.new( context: "contributions/other", key: "body", rich_text: true, default: "No content yet") %> <% if current_user.is_admin? %>
<%= render EditContentButtonComponent.new( context: "contributions/other", key: "title", redirect_to: request.path) do %>Edit title<% end %> <%= render EditContentButtonComponent.new( context: "contributions/other", key: "body", rich_text: true, redirect_to: request.path) do %>Edit content<% end %>
<% end %>
<% end %>