diff options
Diffstat (limited to 'app/views/versions/show.rhtml')
-rw-r--r-- | app/views/versions/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/show.rhtml b/app/views/versions/show.rhtml index d8e2d243d..a7c4f2b37 100644 --- a/app/views/versions/show.rhtml +++ b/app/views/versions/show.rhtml @@ -4,7 +4,7 @@ <h2><%= h(@version.name) %></h2> -<div id="status_by" style="float:right;"> +<div id="status_by"> <%= render_issue_status_by(@version, params[:status_by]) if @version.fixed_issues.count > 0 %> </div> |