diff --git a/frontend/src/components/c-ramp.vue b/frontend/src/components/c-ramp.vue index 4c6987b1e6..5ca70a7b81 100644 --- a/frontend/src/components/c-ramp.vue +++ b/frontend/src/components/c-ramp.vue @@ -7,7 +7,7 @@ draggable="false", v-on:click="rampClick", v-bind:href="getLink(commit)", target="_blank", - v-bind:title="getContributionMessage(slice, commit)", + v-bind:title="getContributionMessageByCommit(slice, commit)", v-bind:class="`ramp__slice--color${getRampColor(commit, slice)}`,\ !isBrokenLink(getLink(commit)) ? '' : 'broken-link'", v-bind:style="{\ @@ -34,11 +34,13 @@ ) -