Sergiy Byelozyorov
2016/07/06 08:46:34
Do you want this button on each page or only on th
Do you want this button on each page or only on the landing page in default
module? If the latter, then please add a conditional block around it:
{{if .ShowRequestForm}}
<form action="/analyze" method="post">
<div><input type="submit" value="Dummy Analysis Request"></div>
</form>
{{end}}
and set 'ShowRequestForm' to true in the landing page handler.
emso
2016/07/06 09:05:16
Thanks! As it's mostly for testing at this stage I
On 2016/07/06 08:46:34, Sergiy Byelozyorov wrote:
> Do you want this button on each page or only on the landing page in default
> module? If the latter, then please add a conditional block around it:
>
> {{if .ShowRequestForm}}
> <form action="/analyze" method="post">
> <div><input type="submit" value="Dummy Analysis Request"></div>
> </form>
> {{end}}
>
> and set 'ShowRequestForm' to true in the landing page handler.
Thanks! As it's mostly for testing at this stage I didn't mind to much having
the button appear on all pages, but this is better.
Issue 2125603002: Adds initial Tricium service GAE configs
(Closed)
Created 4 years, 5 months ago by emso
Modified 4 years, 5 months ago
Reviewers: Paweł Hajdan Jr., Sergiy Byelozyorov, tandrii(chromium), nodir
Base URL: https://chromium.googlesource.com/infra/infra.git@master
Comments: 19