Added tags for Github builds (Fixes).
This commit is contained in:
parent
647a5cedcd
commit
12805d58d9
5 changed files with 40 additions and 10 deletions
|
|
@ -720,6 +720,14 @@ class Build extends Model
|
|||
return '#';
|
||||
}
|
||||
|
||||
/**
|
||||
* Get link to tag from another source (i.e. Github)
|
||||
*/
|
||||
public function getTagLink()
|
||||
{
|
||||
return '#';
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a template to use to generate a link to a specific file.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue