Showing 1 changed files with 8 additions and 1 deletions
+8 -1
templates/pull.html.ep
... ...
@@ -83,7 +83,14 @@
83 83
       <a style="color:#333333;font-weight:bold" href="<%= url_for("/$open_user_id") %>"><%= $open_user_id %></a> 
84 84
       <span style="color:#767676">
85 85
         wants to merge <%= $commits_count %> commits
86
-        into <%= $pull_request->{branch1} %> from <%= $pull_request->{branch2} %>
86
+        into
87
+        <span style="display:inline-block;padding:2px 4px;background:#e8f0f8;color:#336479;border-radius:3px;">
88
+          <%= $pull_request->{branch1} %>
89
+        </span>
90
+        from
91
+        <span style="display:inline-block;padding:2px 4px;background:#e8f0f8;color:#336479;border-radius:3px;">
92
+          <%= $pull_request->{branch2} %>
93
+        </span>
87 94
       </span>
88 95
     </div>
89 96
     <div>