diff options
author | Alex Legler <alex@a3li.li> | 2014-10-09 10:23:50 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2014-10-09 10:23:50 +0200 |
commit | eb80e418586787f47cf41f6308dcc3584c1b1f51 (patch) | |
tree | 5250845f6533247b5fdfdec536c764f05f682b4a | |
parent | Goodbye sharing (diff) | |
download | infra-status-eb80e418586787f47cf41f6308dcc3584c1b1f51.tar.gz infra-status-eb80e418586787f47cf41f6308dcc3584c1b1f51.tar.bz2 infra-status-eb80e418586787f47cf41f6308dcc3584c1b1f51.zip |
Add blogs
-rw-r--r-- | views/index.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.erb b/views/index.erb index f8ea886..564b1e7 100644 --- a/views/index.erb +++ b/views/index.erb @@ -15,10 +15,10 @@ </div> <div class="col-lg-4"> <h3>Developer Resources</h3> - <%= services_info %w[dgo_ssh dgo_http dgo_smtp dgo_mbox] %> + <%= services_info %w[dgo_ssh dgo_http dgo_smtp dgo_mbox blogs] %> </div> </div> <h2 id="notices">Maintenance and Outage Notices <small id="notices-for"></small></h2> -<%= partial :notice, :collection => NoticeStore.instance.visible_notices %>
\ No newline at end of file +<%= partial :notice, :collection => NoticeStore.instance.visible_notices %> |