Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mr_widget_container.vue « components « vue_merge_request_widget « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5967ca026e50b8ad79e8d77d4924796c5db2a1c3 (plain)
1
2
3
4
5
6
<template>
  <div class="mr-widget-heading">
    <div class="mr-widget-content"><slot name="default"></slot></div>
    <slot name="footer"></slot>
  </div>
</template>