()
| 1630 | } |
| 1631 | |
| 1632 | func (project *Project) GoUpFromSubpage() { |
| 1633 | |
| 1634 | if project.CurrentPage.UpwardPage != nil { |
| 1635 | project.SetPage(project.CurrentPage.UpwardPage) |
| 1636 | } |
| 1637 | |
| 1638 | } |
| 1639 | |
| 1640 | func (project *Project) SetPage(page *Page) { |
| 1641 |
no test coverage detected