Cross Reference: /illumos-gate/usr/src/cmd/localedef/data/bs_BA.UTF-8.src
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
= repository_nav parent, :ontologies
- if can?(:edit, parent) and parent.ontologies.count > 0
.row
.col-md-12
= render 'states'
.row
.col-md-6
%p
This repository contains
= pluralize @count, Settings.OMS
ranked according to the number of comitted changes.
You can search for a particular #{Settings.OMS} by filtering the list using the
#{Settings.OMS} name, the logic name, or the name of logical symbols such as
classes, individuals, and properties.
.clearfix
.col-md-8
.pull-right
= link_to "Upload #{Settings.OMS.with_indefinite_article} file", new_repository_file_path(parent, 'upload_file[path]' => params[:path]), class: 'btn btn-link' if can? :write, repository
.clearfix
= render 'shared/ontology_search'