Skip to content

Commit

Permalink
Merge pull request #11 from tmooney/headings_for_anp
Browse files Browse the repository at this point in the history
Add IDs to information boxes; adjust AnP Header
  • Loading branch information
tmooney authored Aug 11, 2016
2 parents df58335 + ab2f168 commit f48b45f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/analysis_projects/overview.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
.row
.col-md-10.col-md-offset-1
%h4
Project Information
Analysis Project Information
-if @analysis_project.is_cle
.pull-right
%span.label.label-warning
CLE
.well
.col-md-6
%dl.dl-horizontal
%dt ID:
%dd= @analysis_project.id
%dt Status:
%dd= @analysis_project.status
%br
Expand Down
2 changes: 2 additions & 0 deletions app/views/model_groups/overview.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
.well
.col-md-6
%dl.dl-horizontal
%dt ID:
%dd= @model_group.id
%dt Username:
%dd= @model_group.user_name
.clearfix
Expand Down
2 changes: 2 additions & 0 deletions app/views/models/status.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
%h4 Model Information
.well
%dl.dl-horizontal
%dt ID:
%dd= @model.genome_model_id
%dt Created By:
%dd= @model.created_by
%dt Creation Date:
Expand Down

0 comments on commit f48b45f

Please sign in to comment.