Skip to content

Commit

Permalink
Merge pull request #2 from amatsuda/link_to_doorkeeper
Browse files Browse the repository at this point in the history
link_to Doorkeeper
  • Loading branch information
amatsuda committed Aug 2, 2023
2 parents f19efbc + 5581c3d commit e9e3479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: 大江戸Ruby会議10
%p 浅草 雷5656会館 5F・6F『ときわホール』
=link_to "GoogleMap", "https://goo.gl/maps/qjAyancU9HHiVcMS6", class:"c-link--map"
.p-eye-catch__block
=link_to "参加チケットを購入する", "#", class:"c-button--submit"
=link_to "参加チケットを購入する", "https://asakusarb.doorkeeper.jp/events/161095", target: "_blank", rel: "noopener", class:"c-button--submit"

.p-eye-catch__block--light.is-left-1
.p-eye-catch__img--light.is-Red
Expand Down Expand Up @@ -53,4 +53,4 @@ title: 大江戸Ruby会議10
%footer.p-footer
%p Asakusa.rb
=link_to "https://twitter.com/asakusarb", class:"p-footer__link--twitter" do
%img{src:"/images/twitter.svg", alt:"Twitterアイコン"}
%img{src:"/images/twitter.svg", alt:"Twitterアイコン"}

0 comments on commit e9e3479

Please sign in to comment.