Fix a template, close a fieldset tag
parent
0a3507f806
commit
2bc7637358
|
@ -38,7 +38,7 @@ CreateMembersDirective = ($repo, $rootScope, $q, $confirm) ->
|
||||||
<% }); %>
|
<% }); %>
|
||||||
</select>
|
</select>
|
||||||
<a class="icon icon-plus" href=""></a>
|
<a class="icon icon-plus" href=""></a>
|
||||||
<fieldset>
|
</fieldset>
|
||||||
""") # i18n
|
""") # i18n
|
||||||
|
|
||||||
link = ($scope, $el, $attrs) ->
|
link = ($scope, $el, $attrs) ->
|
||||||
|
|
Loading…
Reference in New Issue