Skip to content

Commit 5762d08

Browse files
authored
Add reference to Control Plane in header (#564)
1 parent 0f97fe8 commit 5762d08

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

app/views/pages/_header.html.erb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@
99
<li>
1010
<%= link_to "Can ShakaCode Help You?",
1111
"https://blog.shakacode.com/can-shakacode-help-you-4a5b1e5a8a63#.jex6tg9w9" %>
12-
We're actively seeking new projects with React, React-Native, or Ruby on Rails.
12+
We're actively seeking new projects with React, React-Native, or Ruby on Rails
13+
</li>
14+
<li>
15+
This project is deployed on
16+
<%= link_to "Control Plane",
17+
"https://controlplane.com" %>
18+
using
19+
<%= link_to "Heroku to Control Plane",
20+
"https://github.com/shakacode/heroku-to-control-plane" %>
21+
Ruby gem.
1322
</li>
1423
<li>
1524
See the

0 commit comments

Comments
 (0)