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
Showing
with 22 additions and 22 deletions
= render "projects/issues/head"
.milestones_content
%h3.page_title
%h3.page-title
Milestones
- if can? current_user, :admin_milestone, @project
= link_to new_project_milestone_path(@project), class: "pull-right btn btn-primary", title: "New Milestone" do
Loading
Loading
= render "projects/issues/head"
.row
.span6
%h3.page_title
%h3.page-title
Milestone ##{@milestone.id}
%small
= @milestone.expires_at
.back_link
.back-link
= link_to project_milestones_path(@project) do
← To milestones list
.span6
Loading
Loading
%h3.page_title Project Network Graph
%h3.page-title Project Network Graph
%hr
 
.clearfix
Loading
Loading
%h3.page_title
%h3.page-title
- if @service.activated?
%span.cgreen
%i.icon-circle
Loading
Loading
@@ -9,7 +9,7 @@
 
%p= @service.description
 
.back_link
.back-link
= link_to project_services_path(@project) do
← to services
 
Loading
Loading
%h3.page_title Services
%h3.page-title Services
%br
 
%ul.bordered-list
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@
.loading.hide
.span3
.light-well
%h3.page_title
%h3.page-title
= @project.name
- if @project.description.present?
%p.light= @project.description
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
Snippets
%small share code pastes with others out of git repository
 
Loading
Loading
%h3.page_title
%h3.page-title
%i.icon-lock.cgreen
= @snippet.title
 
Loading
Loading
%h3.page_title
%h3.page-title
= "New Team member(s)"
%hr
= form_for @user_project_relation, as: :team_member, url: project_team_members_path(@project) do |f|
Loading
Loading
%h3.page_title
%h3.page-title
= "Import team from another project"
%hr
%p.slead
Loading
Loading
%h3.page_title
%h3.page-title
Users with access to this project
 
- if can? current_user, :admin_team_member, @project
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@
 
.ui-box.ui-box-show
.ui-box-head
%h3.page_title
%h3.page-title
.edit-wiki-header
= @wiki.title.titleize
= f.hidden_field :title, value: @wiki.title
Loading
Loading
%div#modal-new-wiki.modal.hide
.modal-header
%a.close{href: "#"} ×
%h3.page_title New Wiki Page
%h3.page-title New Wiki Page
.modal-body
= label_tag :new_wiki_path do
%span Page slug
Loading
Loading
= render 'nav'
%h3.page_title
%h3.page-title
Editing page
= render 'main_links'
= render 'form'
Loading
Loading
%h3.page_title Empty page
%h3.page-title Empty page
%hr
.error_message
You are not allowed to create wiki pages
= render 'nav'
%h3.page_title
%h3.page-title
Git Access
%strong= @gollum_wiki.path_with_namespace
= render 'main_links'
Loading
Loading
= render 'nav'
%h3.page_title
%h3.page-title
%span.light History for
= @wiki.title.titleize
= render 'main_links'
Loading
Loading
= render 'nav'
%h3.page_title
%h3.page-title
All Pages
= render 'main_links'
%br
Loading
Loading
= render 'nav'
%h3.page_title
%h3.page-title
= @wiki.title.titleize
= render 'main_links'
%br
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