From dc26e33376634bfec75e0ea23507cc79ac8722ed Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 5 Dec 2024 14:47:06 -0700 Subject: [PATCH] Reorganize last commit block Changelog: changed --- .../repository/components/commit_info.vue | 16 +++----- .../repository/components/last_commit.vue | 37 ++++++++++--------- app/assets/stylesheets/page_bundles/tree.scss | 2 +- app/assets/stylesheets/pages/commits.scss | 5 --- app/views/projects/_files.html.haml | 2 +- app/views/projects/commits/_commit.html.haml | 2 +- .../components/code_owners/code_owners.vue | 2 +- 7 files changed, 30 insertions(+), 36 deletions(-) diff --git a/app/assets/javascripts/repository/components/commit_info.vue b/app/assets/javascripts/repository/components/commit_info.vue index ae9002f9f35659..35da16b641c9e9 100644 --- a/app/assets/javascripts/repository/components/commit_info.vue +++ b/app/assets/javascripts/repository/components/commit_info.vue @@ -69,7 +69,7 @@ export default {