Skip to content

Commit

Permalink
Merge pull request #38 from mcagov/letterhead
Browse files Browse the repository at this point in the history
Update PDF letterhead
  • Loading branch information
tobyprivett authored Jul 16, 2018
2 parents d96e14f + 10e338b commit cc3b76a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem "jquery-rails"
gem "haml"
gem "pg"
gem "momentjs-rails"
gem "nokogiri", ">= 1.8.1"
gem "nokogiri", ">= 1.8.3"
gem "notifications-ruby-client", "= 1.1.2"
gem "paperclip", ">= 5.2.0"
gem "paperclip-azure",
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (4.1.0)
nio4r (2.2.0)
nokogiri (1.8.2)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
notiffany (0.1.1)
nenv (~> 0.1)
Expand Down Expand Up @@ -585,7 +585,7 @@ DEPENDENCIES
jquery-rails
launchy
momentjs-rails
nokogiri (>= 1.8.1)
nokogiri (>= 1.8.3)
notifications-ruby-client (= 1.1.2)
paperclip (>= 5.2.0)
paperclip-azure!
Expand Down
3 changes: 1 addition & 2 deletions app/services/pdfs/stationary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def mca_address
@pdf.draw_text "Cardiff", at: [340, 738]
@pdf.draw_text "CF24 5JW", at: [340, 724]

@pdf.draw_text "Tel: 029 2044 8800", at: [340, 700]
@pdf.draw_text "Fax: 029 2044 8820", at: [340, 686]
@pdf.draw_text "Tel: 0203 90 85200", at: [340, 700]
end

def date_and_ref
Expand Down

0 comments on commit cc3b76a

Please sign in to comment.