Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wth - (SPARCRequest & SPARCDashboard) Display Research Master ID in #94

Merged
merged 1 commit into from
Feb 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/dashboard/protocols/_summary.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
= edit_protocol_button_display(protocol, permission_to_edit)
.clearfix
.panel-body#protocol-summary.text-left
- if RESEARCH_MASTER_ENABLED
- if RESEARCH_MASTER_ENABLED && protocol.is_study?
.row
.col-sm-2
%label
Expand Down
2 changes: 1 addition & 1 deletion app/views/protocols/_summary.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
= link_to I18n.t('protocols.edit', protocol_type: protocol_type), edit_protocol_path(protocol, srid: service_request.id), class: 'btn btn-warning edit-protocol-information-button'
.clearfix
.panel-body#protocol-summary.text-left
- if RESEARCH_MASTER_ENABLED
- if RESEARCH_MASTER_ENABLED && protocol.is_study?
.row
.col-sm-3
%label
Expand Down