We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133d6b3 commit 40b7745Copy full SHA for 40b7745
_includes/subscription-form.html
@@ -1,6 +1,6 @@
1
{% assign locales = site.locales.subscription_form[page.lang] %}
2
3
-<form action="http://ruby-lang-mls.herokuapp.com/submit" id="subscriptions-form" method="post" markdown="1">
+<form action="https://ruby-lang-mls.herokuapp.com/submit" id="subscriptions-form" method="post" markdown="1">
4
5
| {{ locales.list}} | <select name="list"><option value="ruby-talk">Ruby-Talk</option><option value="ruby-core">Ruby-Core</option><option value="ruby-doc">Ruby-Doc</option><option value="ruby-cvs">Ruby-CVS</option></select> |
6
| {{ locales.action }} | <select name="action"><option value="subscribe">{{ locales.subscribe }}</option><option value="unsubscribe">{{ locales.unsubscribe }}</option></select> |
0 commit comments