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

show build commit message on project show page

parent 9a1e62ae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,6 +6,9 @@
= link_to project_build_path(@project, build) do
%strong #{build.short_sha}
 
%td.build-message
%span= truncate(build.git_commit_message, length: 50)
%td.build-branch
- unless @ref
%span= build.ref
Loading
Loading
Loading
Loading
@@ -44,6 +44,7 @@
%tr
%th Status
%th Commit
%th Message
%th Branch
%th Duration
%th Finished at
Loading
Loading
Loading
Loading
@@ -21,6 +21,7 @@ describe "Projects" do
end
 
it { page.should have_content @project.name }
it { page.should have_content 'All builds' }
end
end
 
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