Skip to content
Snippets Groups Projects
Commit 36fd4de8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Replace page_title with page-title. Correct margin for some blocks/layouts

parent 8b1d44f7
No related branches found
No related tags found
No related merge requests found
.row
.span6
%h3.page_title
%h3.page-title
Projects (#{@projects.total_count})
%small with read-only access
.span6
Loading
Loading
%h3.page_title
%h3.page-title
= @snippet.new_record? ? "New Snippet" : "Edit Snippet ##{@snippet.id}"
%hr
.snippet-form-holder
Loading
Loading
%h3.page_title
%h3.page-title
My Snippets
%small share code pastes with others out of git repository
.pull-right
Loading
Loading
%h3.page_title
%h3.page-title
Public snippets
%small share code pastes with others out of git repository
 
Loading
Loading
%h3.page_title
%h3.page-title
- if @snippet.private?
%i{:class => "icon-lock cgreen has_bottom_tooltip", "data-original-title" => "Private snippet"}
- else
Loading
Loading
%h3.page_title
%h3.page-title
= image_tag gravatar_icon(@user.email), class: "avatar s24"
= @user.name
%span
Loading
Loading
.row
.span8
%h3.page_title
%h3.page-title
= image_tag gravatar_icon(@user.email, 90), class: "avatar s90", alt: ''
= @user.name
- if @user == current_user
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment