summaryrefslogtreecommitdiff
path: root/app/views/shared/_commit_well.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_commit_well.html.haml')
-rw-r--r--app/views/shared/_commit_well.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/shared/_commit_well.html.haml b/app/views/shared/_commit_well.html.haml
new file mode 100644
index 00000000000..50e3d80a84d
--- /dev/null
+++ b/app/views/shared/_commit_well.html.haml
@@ -0,0 +1,4 @@
+.info-well.hidden-xs.project-last-commit.append-bottom-default
+ .well-segment
+ %ul.blob-commit-info
+ = render 'projects/commits/commit', commit: commit, ref: ref, project: project