Skip to content

Commit

Permalink
Update external informatin links on create lab form
Browse files Browse the repository at this point in the history
  • Loading branch information
MacTwister committed Oct 18, 2023
1 parent 01880df commit 5e8cd90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/labs/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -47,38 +47,38 @@
%h5
Fab Labs have a list of qualities and requirements that defines them.
More information can be found
%a{href: "http://www.fabfoundation.org/index.php/what-qualifies-as-a-fab-lab/index.html"} here.
%a{href: "https://fabfoundation.org/getting-started/", target: "_blank"} here.
.form-check.mb-0.mt-3
%div.form-check-input.mt-0.px-4
= f.check_box :charter
%label.radio.form-check-label.px-4
Charter: You need to agree with the
= succeed "." do
%a{:href => "http://fab.cba.mit.edu/about/charter/"} Fab Charter
%a{:href => "https://fab.cba.mit.edu/about/charter/", target: "_blank"} Fab Charter
.form-check.mb-0.mt-3
%div.form-check-input.mt-0.px-4
= f.check_box :tools
%label.radio.form-check-label.px-4
Tools: The submitted Fab Lab has a compatible set of tools related with the
= succeed "." do
%a{:href => "http://fab.cba.mit.edu/about/fab/inv.html"} official Fab Lab inventory
%a{:href => "https://inventory.fabcloud.io/", target: "_blank"} official Fab Lab inventory
.form-check.mb-0.mt-3
%div.form-check-input.mt-0.px-4
= f.check_box :network
%label.radio.form-check-label.px-4
Network: The submitted Fab Lab commits to participate in the network activities: regional meetings, FABX conferences,
= succeed "." do
%a{:href => "https://forum.fablabs.io/"} the Discuss section on FabLabs.io
%a{:href => "https://forum.fablabs.io/", target: "_blank"} the Discuss section on FabLabs.io
.form-check.mb-0.mt-3
%div.form-check-input.mt-0.px-4
= f.check_box :programs
%label.radio.form-check-label.px-4
Programs: Our staff is (or will be) trained in the
%a{:href => "http://fabacademy.org/"} Fab Academy
%a{:href => "https://fabacademy.org/", target: "_blank"} Fab Academy
or compatible programs
.form-check.mb-0.mt-3
Expand Down

0 comments on commit 5e8cd90

Please sign in to comment.