Quick link fix.

This commit is contained in:
Travis Reeder
2017-09-14 16:30:30 -07:00
parent 4f653e3595
commit 5476665ea9
7 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
puts %{ puts %{
<div style="margin-top: 20px; border-top: 1px solid gray;"> <div style="margin-top: 20px; border-top: 1px solid gray;">
<div><a href="/r/helloapp/ruby">Ruby</a></div><div><a href="/r/helloapp/node">Node</a></div><div><a href="/r/helloapp/python">Python</a></div> <div><a href="/r/#{ENV['FN_APP_NAME']}/ruby">Ruby</a></div>
<div><a href="/r/#{ENV['FN_APP_NAME']}/node">Node</a></div>
<div><a href="/r/#{ENV['FN_APP_NAME']}/python">Python</a></div>
</div> </div>
</body> </body>
</html> </html>

View File

@@ -1,5 +1,5 @@
name: footer name: footer
version: 0.0.10 version: 0.0.12
runtime: ruby runtime: ruby
entrypoint: ruby func.rb entrypoint: ruby func.rb
headers: headers:

View File

@@ -1,4 +1,4 @@
name: app name: app
version: 0.0.68 version: 0.0.69
runtime: go runtime: go
entrypoint: ./func entrypoint: ./func

View File

@@ -1,5 +1,5 @@
name: header name: header
version: 0.0.9 version: 0.0.10
runtime: ruby runtime: ruby
entrypoint: ruby func.rb entrypoint: ruby func.rb
headers: headers:

View File

@@ -1,4 +1,4 @@
name: node name: node
version: 0.0.11 version: 0.0.12
runtime: node runtime: node
entrypoint: node func.js entrypoint: node func.js

View File

@@ -1,4 +1,4 @@
name: python name: python
version: 0.0.9 version: 0.0.10
runtime: python runtime: python
entrypoint: python2 func.py entrypoint: python2 func.py

View File

@@ -1,5 +1,5 @@
name: ruby name: ruby
version: 0.0.21 version: 0.0.22
runtime: ruby runtime: ruby
entrypoint: ruby func.rb entrypoint: ruby func.rb
headers: headers: