浏览代码

commented out top banner

AkiraLaine 9 年之前
父节点
当前提交
aaf0a863d9
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      app/templates/home.html

+ 4 - 4
app/templates/home.html

@@ -1,9 +1,9 @@
 <template name="home">
     <div class="homepage">
-        <div class="alert alert-success alert-dismissible" role="alert" style="margin-bottom: 0">
-            <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true"><i class="fa fa-times"></i></span></button>
-            <strong>Hey there!</strong> Welcome to Musare - a modern, open-source, collaborative music app.
-        </div>
+        <!--<div class="alert alert-success alert-dismissible" role="alert" style="margin-bottom: 0">-->
+            <!--<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true"><i class="fa fa-times"></i></span></button>-->
+            <!--<strong>Hey there!</strong> Welcome to Musare - a modern, open-source, collaborative music app.-->
+        <!--</div>-->
         {{> header}}
         {{#if currentUser}}
             {{> dashboard}}