diff --git a/src/components/Profile.vue b/src/components/Profile.vue index 8d6057e..c879c1d 100644 --- a/src/components/Profile.vue +++ b/src/components/Profile.vue @@ -319,6 +319,8 @@ export default { commit += "s"; } //if event is pushed + // ref starts with "refs/heads/" + let branchRef = activity.payload.ref.slice(11) stmnt = createIcon + "Pushed " + @@ -326,6 +328,14 @@ export default { " " + commit + " to " + + '' + + branchRef + + "" + + " in " + repoURL; break; case "WatchEvent":