Skip to content

Commit

Permalink
Merge pull request #363 from uofu-ccts/feature/add-service-button-pul…
Browse files Browse the repository at this point in the history
…l-right

add service button pull right
  • Loading branch information
jwiel86 committed Apr 27, 2016
2 parents f6085b7 + 4ce9057 commit d4b1d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalogs/_service.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.service-view
%span.title
%span.name= link_to service.display_service_name, 'javascript:void(0);'
%button.add_service.btn.btn-success{id: "service-#{service.id}", sr_id: "#{service_request.id}", first_service: "#{first_service?(service_request)}", from_portal: "#{from_portal}"} Add
%button.add_service.pull-right.btn.btn-success{id: "service-#{service.id}", sr_id: "#{service_request.id}", first_service: "#{first_service?(service_request)}", from_portal: "#{from_portal}"} Add
.clear
%span.service-description.description{style: 'display:none'}= raw service.description

Expand Down

0 comments on commit d4b1d02

Please sign in to comment.