Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit a1ef683

Browse files
author
Yi EungJun
committed
Merge branch 'fix/milestone-ui-crash' of https://github.com/cnabro/yobi into next
* 'fix/milestone-ui-crash' of https://github.com/cnabro/yobi: fix button align bug in milestone view Reviewed-by: Deokhong Kim <[email protected]>
2 parents 6e0dee3 + b51cd09 commit a1ef683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/milestone/view.scala.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h4>
6464
<div class="attachments" data-attachments="@toJson(AttachmentApp.getFileList(ResourceType.MILESTONE.toString(), milestone.id.toString()))"></div>
6565
</div>
6666

67-
<div class="actrow right-txt" style="padding: 15px 0; clear:both;">
67+
<div class="actrow right-txt row-fluid" style="padding: 15px 0; clear:both;">
6868
<a href="@routes.MilestoneApp.milestones(project.owner, project.name)" class="ybtn pull-left">@Messages("button.list")</a>
6969

7070
@if(isAllowed(UserApp.currentUser(), milestone.asResource(), Operation.DELETE)){

0 commit comments

Comments
 (0)