From 743b9b759a17ba6ad37fa730ffd18faa6b5c3eab Mon Sep 17 00:00:00 2001 From: takezoe Date: Sat, 10 May 2014 23:17:16 +0900 Subject: [PATCH] Fix button style in blob page --- src/main/twirl/repo/blob.scala.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/twirl/repo/blob.scala.html b/src/main/twirl/repo/blob.scala.html index 0e7b2c428..65684d3b5 100644 --- a/src/main/twirl/repo/blob.scala.html +++ b/src/main/twirl/repo/blob.scala.html @@ -39,12 +39,12 @@
@if(hasWritePermission && content.viewType == "text"){ - Edit + Edit } - Raw - History + Raw + History @if(hasWritePermission){ - Delete + Delete }