akiko-pusu / redmine_banner

Maintenance Repository - https://github.com/agileware-jp/redmine_banner
GNU General Public License v2.0
98 stars 53 forks source link

HTML problems on redmine_banner 0.3.1 #134

Closed ryouma-nagare closed 4 years ago

ryouma-nagare commented 4 years ago

Summary

image

  1. Can't Display "enable" label
  2. edit link is wrong

Environment

Expected Results

  1. Display "enable" label redmine_banner/app/views/banner/show.html.erb

AsIs

<div id="banner_setting'>

ToBe

<div id="banner_setting">
  1. edit link

AsIs

<a class="icon banner-icon-edit" title="編集" href="/redmine/projects/project-X/settings/banner">編集</a>

ToBe

<a class="icon banner-icon-edit" title="編集" href="/redmine/projects/project-X/banner">編集</a>

There was no problem in operation with version 0.3.0

akiko-pusu commented 4 years ago

Thanks for reporting this terrible bug!!!!!

akiko-pusu commented 4 years ago

Sorry, I've just fixed this problem and released bugfix version.