避免未加载完显示{{, 并处理其他居中问题

This commit is contained in:
yafeilee 2014-04-03 13:14:12 +08:00
parent 4db287aea6
commit 205cb641f8
6 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
}
h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid #EEEEEE;
border-bottom: 1px solid #DDDDDD;
margin-bottom: 1rem;
}

View File

@ -1,6 +1,6 @@
- content_for(:title) do
| #{@type ? @type : '时间线'}
.row ng-controller="ArchivesController"
.row ng-controller="ArchivesController" ng-cloak=""
.small-12.large-9.large-centered.columns
ul.archives-field ng-model="type" ng-init=" type= '#{@type}' "
li ng-repeat=" post in posts "

View File

@ -11,7 +11,7 @@
button ng-click="submit()" ng-disabled="form.$invalid" 发表
p.comment-success ng-show="publish_success" 发布成功
p.comment-fail ng-show="publish_success == false" 发布失败
.comment-diag
.comment-diag ng-cloak=""
.comment-wrapper ng-repeat=" comment in comments "
p.name
|{{ comment.name + " • " }}

View File

@ -13,7 +13,7 @@ p.ptag
| 发表于:
span #{format_date(post.created_at)}
hr.blog-over
p ng-controller="LikesController"
p ng-controller="LikesController" ng-cloak=""
button.like-button ng-show="! is_liked " ng-click="submit()"
|{{ count }}
span Like

View File

@ -10,7 +10,7 @@
.comment-field
= render partial: 'comment', locals: { comments: @comments, post: @post }
.row
.small-12.large-8.columns
.small-12.large-9.large-centered.columns
- if @prev
= link_to blog_path(@prev), class: 'prev' do
i.fi-arrow-left

View File

@ -1,7 +1,7 @@
- content_for(:title) do
| 关于我
.row
.small-12.large-8.columns.self-introduce
.small-12.large-9.large-centered.columns.self-introduce
h2.blog-title ABOUT ME
p 我的名字是李亚飞( YaFei Lee ), 网名为 WinDy, 由于是我第一个网名, 所以一直使用至今.
p 我是 85 后成员, 目前生活在深圳, 计划长期在这里发展.