Small evolution to the linuxfr form
This commit is contained in:
parent
55b5545a0f
commit
16f7a6abf7
@ -56,6 +56,7 @@
|
||||
|
||||
%form(action='https://linuxfr.org/news' method='post' accept-charset='UTF-8')
|
||||
%input(type='hidden' name='utf8' value='✓')
|
||||
%input(type='hidden' name='news[cc_licensed]' value='1')
|
||||
%input(type='hidden' name='news[section_id]' value='9')
|
||||
%input(type='hidden' name='tags' value='agenda_du_libre')
|
||||
%input(type='hidden' name='commit' value='Prévisualiser')
|
||||
@ -66,7 +67,7 @@
|
||||
|
||||
.field.authenticity_token
|
||||
%label(for='token') Jeton
|
||||
%input#token(type='text' name='authenticity_token')
|
||||
%input#token(type='text' name='authenticity_token' autocomplete='off')
|
||||
|
||||
.field.description
|
||||
%label(for='description') Contenu
|
||||
@ -111,7 +112,7 @@
|
||||
|
||||
%input(type='hidden' name='news[links_attributes][5][title]'
|
||||
value='Agenda de la semaine précédente')
|
||||
- pre = 'https://linuxfr.org/news/agenda-pour-la-semaine-'
|
||||
- pre = 'https://linuxfr.org/news/agenda-du-libre-pour-la-semaine-'
|
||||
- pre += "#{(@week - 1.week).cweek}-de-l-annee-#{(@week - 1.week).year}"
|
||||
%input{ type: 'hidden', name: 'news[links_attributes][5][url]', value: pre }
|
||||
%input(type='hidden' name='news[links_attributes][5][lang]'
|
||||
|
Loading…
Reference in New Issue
Block a user