Sha256: eb729e905eb552bac1773050618946f4ff602c6ae1a833e94daf76e7bced5825

Contents?: true

Size: 654 Bytes

Versions: 16

Compression:

Stored size: 654 Bytes

Contents

<% content_for :page_title, @forum_topic.title %>
<%= render(:partial => 'dm_forum/forums/forum_header', :object => @forum_topic.forum, :as => :forum) %>

<h1 id="topic_title">
  <%= @forum_topic.title %>
  <% if @forum_topic.locked? %>
    <span>(<%= I18n.t 'fms.topic' %> <%= I18n.t 'fms.locked' %>)</span>
  <% end %>
</h1>

<%= simple_form_for [@forum, @forum_topic, @forum_comment], wrapper: simple_form_theme_wrapper do |f| %>
  <%#= f.error_messages %>
  <%= f.input :body, :as => :text, :label => I18n.t('fms.views_topics.body'), :input_html => {:rows => 10} %>
  <%= f.submit I18n.t('fms.views_posts.save'), class: 'btn btn-primary' %>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_forum-4.2.3.10 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.3.9 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.3.8 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.3.7 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.3.6 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.3.5 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.3.4 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.3.3 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.3.2 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.3.1 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.3 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.2.3 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.2.2 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.2.1 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.2 app/views/dm_forum/forum_comments/edit.html.erb
dm_forum-4.2.1.5 app/views/dm_forum/forum_comments/edit.html.erb