fix components layout

This commit is contained in:
Athou
2014-11-10 10:04:29 +01:00
parent 96837f908e
commit 15a24e4e75
2 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@
<div class="form-group">
<label class="col-sm-2 control-label">{{ 'details.feed_url' | translate }}</label>
<div class="col-sm-10 checkbox">
<div class="col-sm-10 form-control-static">
<a ng-show="user.apiKey" href="{{'rest/category/entriesAsFeed?id=' + category.id + '&apiKey=' + user.apiKey}}" target="_blank">{{ 'global.link' | translate }}</a>
<span ng-show="!user.apiKey">{{ 'details.generate_api_key_first' | translate }}</span>
</div>