]> source.dussan.org Git - redmine.git/commitdiff
Fixed that timelog comments are not visible on the responsive issue edit form (#19097).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Nov 2015 10:41:09 +0000 (10:41 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Nov 2015 10:41:09 +0000 (10:41 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14847 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_edit.html.erb

index 53d58c414f8fda9b985292afbb5dfdd02be8fbc1..7415c79eb6e08b3e963d86f8fd5be834a7ef29fb 100644 (file)
     <% if User.current.allowed_to?(:log_time, @project) %>
         <fieldset class="tabular"><legend><%= l(:button_log_time) %></legend>
         <%= labelled_fields_for :time_entry, @time_entry do |time_entry| %>
+        <div class="splitcontent">
         <div class="splitcontentleft">
         <p><%= time_entry.text_field :hours, :size => 6, :label => :label_spent_time %> <%= l(:field_hours) %></p>
         </div>
         <div class="splitcontentright">
         <p><%= time_entry.select :activity_id, activity_collection_for_select_options %></p>
         </div>
+        </div>
         <p><%= time_entry.text_field :comments, :size => 60 %></p>
         <% @time_entry.custom_field_values.each do |value| %>
           <p><%= custom_field_tag_with_label :time_entry, value %></p>