diff --git a/app/views/memos/_topic_form.html.erb b/app/views/memos/_topic_form.html.erb index 3ce8cdf9a..6ce63bef6 100644 --- a/app/views/memos/_topic_form.html.erb +++ b/app/views/memos/_topic_form.html.erb @@ -2,15 +2,15 @@
<%= f.text_field :subject, :required => true, :size => 95 %>
+<%= f.text_field :subject, :required => true, :size => 95, :style => 'width:98%' %>
<%= f.kindeditor :content,:width=>'99%', :required => true %>
-
- <%= l(:label_attachment_plural) %>
- <%= render :partial => 'attachments/form', :locals => {:container => @memo} %>
-
<%= l(:label_projects_community)%> | -<%= l(:label_user_location) %> : | -
-
-
- |
-
<%= link_to request.host()+"/forums", forums_path %> | -<%=link_to l(:label_home),home_path %> > <%=link_to l(:label_forum), :controller => 'forums', :action => 'index' %> > <%=link_to @forum.name %> |
-
<%= l(:label_projects_community)%> | +<%= l(:label_user_location) %> : | +
+
+
+ |
+
<%= link_to request.host()+"/forums", forums_path %> | +<%=link_to l(:label_home),home_path %> > <%=link_to l(:label_forum), :controller => 'forums', :action => 'index' %> > <%=link_to @forum.name %> |
+