提交 08bcf639 编写于 作者: D Dmitriy Zaporozhets

Add titles for blame view and Edit mode

上级 f90c5655
......@@ -70,10 +70,6 @@
border-top: 1px solid #eee;
}
&.white {
background: #fff;
}
ul {
margin: 0;
}
......
%div.tree-ref-holder
= render 'shared/ref_switcher', destination: 'tree', path: params[:path]
= render "head"
%h3.page-title Blame view
#tree-holder.tree-holder
%ul.breadcrumb
%li
%i.icon-angle-right
= link_to project_tree_path(@project, @ref) do
= @project.name
- tree_breadcrumbs(@tree, 6) do |link|
\/
%li= link
.clear
.file-holder
.file-title
%i.icon-file
%span.file_name
= @blob.name
= @path
%small= number_to_human_size @blob.size
%span.options= render "projects/blob/actions"
.file-content.blame
......
%h3.page-title Edit mode
.file-editor
= form_tag(project_edit_tree_path(@project, @id), method: :put, class: "form-horizontal") do
.file-holder
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册