Removing explanatory index.html text for now

This commit is contained in:
Victoria Wang 2014-11-03 20:42:10 -06:00
parent ca8dcaf269
commit 209a2589c4

View file

@ -28,9 +28,6 @@
<div class="row content"> <div class="row content">
<div class="breadcrumbs"> <div class="breadcrumbs">
<a href="/dashboard">Dashboard</a> > <span class="filename"><%= @filename %></span> <a href="/dashboard">Dashboard</a> > <span class="filename"><%= @filename %></span>
<% if @filename.match /index.html$/ %>
<h3 class="subtitle">Note: index.html is the first web page that gets loaded when users visit your site. Make sure there are <a href="http://www.w3schools.com/html/html_links.asp" target="_blank">HTML links</a> to your other pages from this page.</h3>
<% end %>
</div> </div>
<div class="tools"> <div class="tools">
<div class="theme"> <div class="theme">