diff --git a/README.md b/README.md index a0d7d09..1b48858 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Welcome to WebBug 👋

- +

> WebBug 项目管理系统 @@ -31,4 +31,4 @@ Give a ⭐️ if this project helped you! *** -_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ \ No newline at end of file +_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ diff --git a/application/index/view/bug/index.html b/application/index/view/bug/index.html index 65ed1ca..a251c8c 100644 --- a/application/index/view/bug/index.html +++ b/application/index/view/bug/index.html @@ -43,10 +43,10 @@

{:lang('My Bug')}

{volist name="bugs" id="bug"} {$bug.id} - {$bug->project->project_name} + {$bug->project ? $bug->project->project_name:''} {$bug.bug_title} - {$bug->module->module_name} - {$bug->version->version_name} + {$bug->module ? $bug->module->module_name : ''} + {$bug->version ? $bug->version->version_name : ''} {$bug->getBugStatusWord()} {$bug->create_time} diff --git a/application/index/view/extend/bootstrap.html b/application/index/view/extend/bootstrap.html index 1e105aa..c425654 100644 --- a/application/index/view/extend/bootstrap.html +++ b/application/index/view/extend/bootstrap.html @@ -22,9 +22,9 @@ - - - + + +