Merge branch 'develop' of github.com:martini/zammad into develop

This commit is contained in:
Martin Edenhofer 2015-05-28 13:48:01 +02:00
commit 81003e0807
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
<label><%- @T('Links') %></label>
<p>
<% for type of @links: %>
<label><%- @T( type ) %></label>
<ul>
@ -8,5 +7,4 @@
<% end %>
</ul>
<% end %>
</p>
<a href="" data-type="add" class="glyphicon glyphicon-plus" title="<%- @Ti('Add') %>"></a>
<div class="text-muted js-newTagLabel u-clickable" data-type="add">+ <%- @T('Add Link') %></div>

View file

@ -3919,6 +3919,7 @@ footer {
border-radius: 0;
border: 1px solid hsl(0,0%,90%);
box-shadow: none;
color: hsl(206,7%,28%);
word-wrap: break-word;
}