% provide(:head_title, raw(t("my_module_comments.new.head_title", project: @my_module.project.name, module: @my_module.name))) %>
<%=t "my_module_comments.new.title", module: @my_module.name %>
<%= bootstrap_form_for [@my_module, @comment], url: my_module_my_module_comments_path do |f| %>
<%= f.text_area :message, style: "margin-top: 10px;" %>
<%= f.submit t("my_module_comments.new.create"), style: "margin-top: 10px;" %>
<% end %>