Skip to content

Commit

Permalink
script cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
biwek committed Aug 27, 2018
1 parent 77dd6c7 commit 846c70d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ COPY Gemfile* ./
RUN bundle install
COPY . .

CMD script/start
CMD bin/start-up
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ENV RAILS_ENV production
# precompile Rails assets. We set a dummy secret key
RUN rails SECRET_KEY_BASE=pickasecuretoken assets:precompile

CMD script/start
CMD bin/start-up
3 changes: 2 additions & 1 deletion app/views/scholars/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@
</div>
</div>

<hr />

<% unless policy(f.object).update? %>
<hr />
<div class="card bg-light">
<div class="card-header">
<%= fa_icon "user-circle", text: "Your details" %>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 846c70d

Please sign in to comment.