diff options
| author | Michel Etienne | 2012-04-13 16:58:04 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-04-13 16:58:04 +0200 |
| commit | 466425c947f1eae5dc25e84095e22558bbdc7972 (patch) | |
| tree | 0216fd18ec29529661ce875ca06e9ef7fecd51c1 /app/views/networks | |
| parent | 798c191811a9565f5f6e63e38bf549a8a9f3afb9 (diff) | |
| download | chouette-core-466425c947f1eae5dc25e84095e22558bbdc7972.tar.bz2 | |
set labels for show
Diffstat (limited to 'app/views/networks')
| -rw-r--r-- | app/views/networks/show.html.erb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/networks/show.html.erb b/app/views/networks/show.html.erb index e33ecbcf9..6822cf41e 100644 --- a/app/views/networks/show.html.erb +++ b/app/views/networks/show.html.erb @@ -35,6 +35,14 @@ <label><%= Chouette::Network.human_attribute_name("objectid") %>: </label> <%= @network.objectid %> </p> + <p> + <label><%= @network.human_attribute_name("creation_time") %>: </label> + <%= @network.creation_time %> + </p> + <p> + <label><%= @network.human_attribute_name("creator_id") %>: </label> + <%= @network.creator_id %> + </p> </div> </div> |
