Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ComPlat
ela2
Commits
13c77ba0
Commit
13c77ba0
authored
Dec 11, 2019
by
patrick.hodapp
Browse files
Update app/views/samples/_show.html.erb
parent
4acb685a
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/samples/_show.html.erb
View file @
13c77ba0
...
...
@@ -127,7 +127,7 @@ $(document).ready(function(){
<%
end
%>
</tbody>
</table>
<br>
<%
if
@sample
.
status
==
"in preparation"
%>
<div
class=
'absolute'
>
<%=
link_to
(
@sample
.
status
?
"Submit for Measurement"
:
"No"
),
Measured_sample_path
(
@sample
),
:action
=>
'solve'
,
:class
=>
'btn btn-block btn-success'
%>
...
...
@@ -137,5 +137,5 @@ $(document).ready(function(){
ReleaseMeasurment_sample_path
(
@sample
),
:action
=>
'solve'
,
:class
=>
'btn btn-block btn-success'
%>
</div>
<%
end
%>
<br>
<p>
<%=
link_to
"Download PDF"
,
sample_path
(
@sample
,
format:
"pdf"
),
target:
"_blank"
%>
<p>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment