Skip to content

Commit

Permalink
добавил больше инфы в интерфейс
Browse files Browse the repository at this point in the history
  • Loading branch information
freekode committed Sep 16, 2013
1 parent eac1da1 commit ed20c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ block section-body
tbody
tr(ng-repeat='tag in tags | filter:tagSearch')
td {{tag.id}}
td {{tag.titleRuPlural}}
td {{tag.titleRuPlural}} ({{tag.name}})
td {{tag.name}}
td
span(ng-repeat='parent in tag.parentTags')= '{{parent.name}} '
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ block section-body
.row
.col-10
select.input(ng-model='parentTag')
option(ng-repeat='parentTag in tags | filter:filterTag: parentTag', value='{{parentTag}}') {{parentTag.name}}
option(ng-repeat='parentTag in tags | filter:filterTag: parentTag', value='{{parentTag}}') {{parentTag.titleRuSingular}} ({{parentTag.name}})
.col-1
button.btn(ng-click='addTag(parentTag)',ng-disabled='!parentTag')
i.icon-plus
Expand Down

0 comments on commit ed20c9f

Please sign in to comment.