File tree Expand file tree Collapse file tree
lib/atomic_web/live/activity_live Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ defmodule AtomicWeb.ActivityLive.Components.ActivityCard do
3838 < object class = "w-2/3 " >
3939 < . link navigate = { ~p" /organizations/#{ @ activity . organization . id } " } class = "group flex max-w-min pt-2 " >
4040 < . icon name = "hero-building-office " class = "mr-1.5 h-5 w-5 text-zinc-400 " />
41- < span class = "text-sm text-zinc-500 focus:outline-none group-hover:underline truncate " >
41+ < span class = "truncate text-sm text-zinc-500 focus:outline-none group-hover:underline " >
4242 { @ activity . organization . name }
4343 </ span >
4444 </ . link >
Original file line number Diff line number Diff line change 5454 phx-target = { @ myself }
5555 >
5656 <%= if not @ has_description? do %>
57- < label class = "cursor-pointer text-left font-normal text-gray-500 py-[2px] " >
57+ < label class = "py-[2px] cursor-pointer text-left font-normal text-gray-500 " >
5858 Add description
5959 </ label >
6060 <% end %>
110110 />
111111 <% else %>
112112 < . field
113- class = "cursor-pointer border-none bg-transparent p-0 text-sm text-gray-900 shadow-none focus:border-transparent focus:outline-none focus:ring-0 font-normal "
113+ class = "cursor-pointer border-none bg-transparent p-0 text-sm font-normal text-gray-900 shadow-none focus:border-transparent focus:outline-none focus:ring-0 "
114114 type = "number "
115115 field = { @ form [ :maximum_entries ] }
116116 label = "Maximum entries "
141141 </ div >
142142 < . modal :if = { @ description_modal } id = "description-modal " show on_cancel = { JS . push ( "toggle_description_modal" , target: @ myself ) } class = "textarea " >
143143 < div class = "mt-4 flex-grow " >
144- < . field id = "description-input " class = "\-h-10 resize-none " type = "textarea " field = { @ form [ :description ] } label = "Description " placeholder = "Choose description " rows = { 15 } required phx-hook = "AutoFocus " />
144+ < . field id = "description-input " class = "\-h-10 resize-none " type = "textarea " field = { @ form [ :description ] } label = "Description " placeholder = "Choose description " rows = { 15 } required phx-hook = "AutoFocus " />
145145 < div class = "flex w-full justify-end " >
146146 < . button class = "text " type = "button " phx-click = "toggle_description_modal " phx-target = { @ myself } >
147147 < span > { gettext ( "Done" ) } </ span >
You can’t perform that action at this time.
0 commit comments