Commit 1519553b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add cover-block to UI framework

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 09e712c0
......@@ -34,8 +34,6 @@
%h3
%code .gray-content-block
.gray-content-block.middle-block
%h4 Normal block inside content
= lorem
......@@ -45,6 +43,25 @@
= lorem
%h3
%code .cover-block
.cover-block
.avatar-holder
= image_tag avatar_icon('admin@example.com', 90), class: "avatar s90", alt: ''
.cover-title
John Smith
.cover-desc
= lorem
.cover-controls
= link_to '#', class: 'btn btn-gray' do
= icon('pencil')
&nbsp;
= link_to '#', class: 'btn btn-gray' do
= icon('rss')
%h2#lists Lists
%h3
......@@ -258,7 +275,6 @@
.file-contenta.code
= render 'shared/file_highlight', blob: blob
%h2#markdown Markdown
%h3
%code .md or .wiki and others
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment