Whitespace fixes
@ -24,5 +24,3 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* See doc/COPYRIGHT.rdoc for more details. ++*/
@ -111,5 +111,3 @@ ul.export-options
span.export-label
display: block
padding: 10px 0 0 0
@ -48,4 +48,3 @@ class AuthorizationService
@user.allowed_to?(@permission, @context, :global => @global)
end
@ -35,5 +35,3 @@ See doc/COPYRIGHT.rdoc for more details.
<hr />
<%= render partial: 'errors', locals: { errors: @errors } %>
<% end %>
@ -35,4 +35,3 @@ class ChangeAttachmentJournalsDescriptionLength < ActiveRecord::Migration
:text
@ -1,4 +1,3 @@
//-- copyright
// OpenProject is a project management system.
// Copyright (C) 2012-2014 the OpenProject Foundation (OPF)
@ -64,4 +64,3 @@ module API
<table ng-if="attachments.length" class="detail-pane-table attachments-table">
<thead>
<tr>
<span class="message"
ng-show="activity.props._type == 'Activity::Comment'"
ng-bind-html="activity.props.comment"/>
@ -11,4 +11,3 @@
</span>
<span ng-if="!userName"> - </span>
</p>
@ -250,4 +250,3 @@ describe TypesController, :type => :controller do
RSpec.shared_examples "status collection representer" do
let(:statuses) { FactoryGirl.build_list(:status, 3) }
let(:models) { statuses.map { |status|