Patch #32370 » changed-clear-to-left.patch
| app/views/issues/_action_menu_edit.html.erb | ||
|---|---|---|
| 1 |
<div style="clear: both;"></div>
|
|
| 1 |
<div style="clear: left;"></div>
|
|
| 2 | 2 |
<%= render :partial => 'action_menu' %> |
| 3 | 3 | |
| 4 |
<div style="clear: both;"></div>
|
|
| 4 |
<div style="clear: left;"></div>
|
|
| 5 | 5 |
<% if @issue.editable? %> |
| 6 | 6 |
<div id="update" style="display:none;"> |
| 7 | 7 |
<h3><%= l(:button_edit) %></h3> |
- « Previous
- 1
- 2
- Next »