Skip to content

Commit

Permalink
making the placeholder for showing and filling attendances bugger
Browse files Browse the repository at this point in the history
  • Loading branch information
ghatighorias committed Sep 25, 2017
1 parent 11759c2 commit fb7a396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
<% title = Enum.join(["Fill attendances for", @offered_course.course.name, "in", @offered_course.term.name], " ") %>

<div class="row">
<div class="
col-xs-12
col-sm-offset-1 col-sm-10
col-md-offset-2 col-md-8
col-lg-offset-2 col-lg-8
">
<div>
<%= form_for @changeset, attendance_update_fill_path(@conn, :update_fill, @offered_course), fn f -> %>
<%= CoursePlannerWeb.SharedView.card title do %>
<%= CoursePlannerWeb.SharedView.card_content do %>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@

<div class="row">
<div class="
col-xs-12
col-sm-offset-1 col-sm-10
col-md-offset-2 col-md-8
col-lg-offset-2 col-lg-8
">
<div>
<div class="row middle-xs page-header">
<div class="col-xs-12 page-title">
Attendances for
Expand Down

0 comments on commit fb7a396

Please sign in to comment.