diff options
-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 %> |