blob: 527fb8d5b7fa1451b4da46ca51c1ea4cb23d75df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
- breadcrumb :network, @network
- page_header_content_for @network
.page_content
.container-fluid
.row
.col-lg-6.col-md-6.col-sm-12.col-xs-12
= definition_list t('metadatas'),
{ @network.human_attribute_name(:id) => @network.get_objectid.try(:short_id), \
@network.human_attribute_name(:name) => @network.name, \
@network.human_attribute_name(:registration_number) => @network.registration_number, \
@network.human_attribute_name(:comment) => (@network.comment.presence || '-'), \
}
|